net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.wsaddr
Interface MetadataType
- All Known Implementing Classes:
- MetadataTypeImpl
public interface MetadataType
Java class for MetadataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MetadataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any processContents='lax' maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<anyAttribute processContents='lax' namespace='##other'/>
</restriction>
</complexContent>
</complexType>
getAny
Object[] getAny()
- Returns:
- array of
Element
Object
getAny
Object getAny(int idx)
- Returns:
- one of
Element
Object
getAnyLength
int getAnyLength()
setAny
void setAny(Object[] values)
- Parameters:
values - allowed objects are
Element
Object
setAny
Object setAny(int idx,
Object value)
- Parameters:
value - allowed object is
Element
Object
getOtherAttributes
Map<QName,String> getOtherAttributes()
Copyright © 2009 The CC-XJC Community. All Rights Reserved.