net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.pom400
Interface Developer.Properties

All Known Implementing Classes:
DeveloperImpl.PropertiesImpl
Enclosing interface:
Developer

public static interface Developer.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.