|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface 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 interface |
ProfilesRoot.ActiveProfiles
Java class for anonymous complex type. |
static interface |
ProfilesRoot.Profiles
Java class for anonymous complex type. |
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
ProfilesRoot.Profiles getProfiles()
ProfilesRoot.Profilesvoid setProfiles(ProfilesRoot.Profiles value)
value - allowed object is
ProfilesRoot.ProfilesProfilesRoot.ActiveProfiles getActiveProfiles()
ProfilesRoot.ActiveProfilesvoid setActiveProfiles(ProfilesRoot.ActiveProfiles value)
value - allowed object is
ProfilesRoot.ActiveProfiles
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||