net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.maven.settings100
Interface Profile.Properties

All Known Implementing Classes:
ProfileImpl.PropertiesImpl
Enclosing interface:
Profile

public static interface Profile.Properties

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>
         <any processContents='skip' maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 Element[] getAny()
           
 Element getAny(int idx)
           
 int getAnyLength()
           
 void setAny(Element[] values)
           
 Element setAny(int idx, Element value)
           
 

Method Detail

getAny

Element[] getAny()
Returns:
array of Element

getAny

Element getAny(int idx)
Returns:
one of Element

getAnyLength

int getAnyLength()

setAny

void setAny(Element[] values)
Parameters:
values - allowed objects are Element

setAny

Element setAny(int idx,
               Element value)
Parameters:
value - allowed object is Element


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