|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.profiles100.ProfilesRoot
public class ProfilesRoot
Root element of the profiles.xml file.
Java class for ProfilesRoot complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProfilesRoot">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="profiles" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="profile" type="{http://maven.apache.org/PROFILES/1.0.0}Profile" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="activeProfiles" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="activeProfile" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</all>
</restriction>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
ProfilesRoot.ActiveProfiles
Java class for anonymous complex type. |
static class |
ProfilesRoot.Profiles
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected ProfilesRoot.ActiveProfiles |
activeProfiles
|
protected ProfilesRoot.Profiles |
profiles
|
| Constructor Summary | |
|---|---|
ProfilesRoot()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.profiles100.ProfilesRoot instance. |
|
ProfilesRoot(ProfilesRoot o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.profiles100.ProfilesRoot instance by copying a given instance. |
|
| Method Summary | |
|---|---|
ProfilesRoot |
clone()
Creates and returns a copy of this object. |
ProfilesRoot.ActiveProfiles |
getActiveProfiles()
Gets the value of the activeProfiles property. |
ProfilesRoot.Profiles |
getProfiles()
Gets the value of the profiles property. |
void |
setActiveProfiles(ProfilesRoot.ActiveProfiles value)
Sets the value of the activeProfiles property. |
void |
setProfiles(ProfilesRoot.Profiles value)
Sets the value of the profiles property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ProfilesRoot.Profiles profiles
protected ProfilesRoot.ActiveProfiles activeProfiles
| Constructor Detail |
|---|
public ProfilesRoot()
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.profiles100.ProfilesRoot instance.
public ProfilesRoot(ProfilesRoot o)
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.maven.profiles100.ProfilesRoot instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public ProfilesRoot.Profiles getProfiles()
ProfilesRoot.Profilespublic void setProfiles(ProfilesRoot.Profiles value)
value - allowed object is
ProfilesRoot.Profilespublic ProfilesRoot.ActiveProfiles getActiveProfiles()
ProfilesRoot.ActiveProfilespublic void setActiveProfiles(ProfilesRoot.ActiveProfiles value)
value - allowed object is
ProfilesRoot.ActiveProfilespublic ProfilesRoot clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||