net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.maven.assembly111
Interface Assembly.Formats

All Known Implementing Classes:
AssemblyImpl.FormatsImpl
Enclosing interface:
Assembly

public static interface Assembly.Formats

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="format" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String[] getFormat()
           
 String getFormat(int idx)
           
 int getFormatLength()
           
 String setFormat(int idx, String value)
           
 void setFormat(String[] values)
           
 

Method Detail

getFormat

String[] getFormat()
Returns:
array of String

getFormat

String getFormat(int idx)
Returns:
one of String

getFormatLength

int getFormatLength()

setFormat

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

setFormat

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


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