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

All Known Implementing Classes:
ProfilesRootImpl.ActiveProfilesImpl
Enclosing interface:
ProfilesRoot

public static interface ProfilesRoot.ActiveProfiles

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <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>
 


Method Summary
 String[] getActiveProfile()
           
 String getActiveProfile(int idx)
           
 int getActiveProfileLength()
           
 String setActiveProfile(int idx, String value)
           
 void setActiveProfile(String[] values)
           
 

Method Detail

getActiveProfile

String[] getActiveProfile()
Returns:
array of String

getActiveProfile

String getActiveProfile(int idx)
Returns:
one of String

getActiveProfileLength

int getActiveProfileLength()

setActiveProfile

void setActiveProfile(String[] values)
Parameters:
values - allowed objects are String

setActiveProfile

String setActiveProfile(int idx,
                        String value)
Parameters:
value - allowed object is String


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