|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.collections.valueclass.maven.profiles100.Profile
public class Profile
Modifications to the build process which is keyed on some sort of environmental parameter.
Java class for Profile complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Profile">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="activation" type="{http://maven.apache.org/PROFILES/1.0.0}Activation" minOccurs="0"/>
<element name="properties" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='skip' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="repositories" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="repository" type="{http://maven.apache.org/PROFILES/1.0.0}Repository" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="pluginRepositories" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="pluginRepository" type="{http://maven.apache.org/PROFILES/1.0.0}Repository" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
Profile.PluginRepositories
Java class for anonymous complex type. |
static class |
Profile.Properties
Java class for anonymous complex type. |
static class |
Profile.Repositories
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected Activation |
activation
|
protected String |
id
|
protected Profile.PluginRepositories |
pluginRepositories
|
protected Profile.Properties |
properties
|
protected Profile.Repositories |
repositories
|
| Constructor Summary | |
|---|---|
Profile()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.maven.profiles100.Profile instance. |
|
Profile(Profile o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.maven.profiles100.Profile instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Profile |
clone()
Creates and returns a copy of this object. |
Activation |
getActivation()
Gets the value of the activation property. |
String |
getId()
Gets the value of the id property. |
Profile.PluginRepositories |
getPluginRepositories()
Gets the value of the pluginRepositories property. |
Profile.Properties |
getProperties()
Gets the value of the properties property. |
Profile.Repositories |
getRepositories()
Gets the value of the repositories property. |
void |
setActivation(Activation value)
Sets the value of the activation property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setPluginRepositories(Profile.PluginRepositories value)
Sets the value of the pluginRepositories property. |
void |
setProperties(Profile.Properties value)
Sets the value of the properties property. |
void |
setRepositories(Profile.Repositories value)
Sets the value of the repositories property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String id
protected Activation activation
protected Profile.Properties properties
protected Profile.Repositories repositories
protected Profile.PluginRepositories pluginRepositories
| Constructor Detail |
|---|
public Profile()
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.maven.profiles100.Profile instance.
public Profile(Profile o)
net.sourceforge.ccxjc.it.model.prot.collections.valueclass.maven.profiles100.Profile instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic Activation getActivation()
Activationpublic void setActivation(Activation value)
value - allowed object is
Activationpublic Profile.Properties getProperties()
Profile.Propertiespublic void setProperties(Profile.Properties value)
value - allowed object is
Profile.Propertiespublic Profile.Repositories getRepositories()
Profile.Repositoriespublic void setRepositories(Profile.Repositories value)
value - allowed object is
Profile.Repositoriespublic Profile.PluginRepositories getPluginRepositories()
Profile.PluginRepositoriespublic void setPluginRepositories(Profile.PluginRepositories value)
value - allowed object is
Profile.PluginRepositoriespublic Profile clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||