net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.beans
Interface Null

All Known Implementing Classes:
NullImpl

public interface Null

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">
       <choice maxOccurs="unbounded" minOccurs="0">
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 String[] getContent()
           
 String getContent(int idx)
           
 int getContentLength()
           
 String setContent(int idx, String value)
           
 void setContent(String[] values)
           
 

Method Detail

getContent

String[] getContent()
Returns:
array of String

getContent

String getContent(int idx)
Returns:
one of String

getContentLength

int getContentLength()

setContent

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

setContent

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


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