net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.profiles100
Interface ProfilesRoot

All Known Implementing Classes:
ProfilesRootImpl

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

getProfiles

ProfilesRoot.Profiles getProfiles()
Gets the value of the profiles property.

Returns:
possible object is ProfilesRoot.Profiles

setProfiles

void setProfiles(ProfilesRoot.Profiles value)
Sets the value of the profiles property.

Parameters:
value - allowed object is ProfilesRoot.Profiles

getActiveProfiles

ProfilesRoot.ActiveProfiles getActiveProfiles()
Gets the value of the activeProfiles property.

Returns:
possible object is ProfilesRoot.ActiveProfiles

setActiveProfiles

void setActiveProfiles(ProfilesRoot.ActiveProfiles value)
Sets the value of the activeProfiles property.

Parameters:
value - allowed object is ProfilesRoot.ActiveProfiles


Copyright © 2009 The CC-XJC Community. All Rights Reserved.