net.sourceforge.ccxjc.it.model.priv.indexed.novalueclass.maven.decoration100
Interface DecorationModel.Custom
- All Known Implementing Classes:
- DecorationModelImpl.CustomImpl
- Enclosing interface:
- DecorationModel
public static interface DecorationModel.Custom
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>
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.