public class ClassCollectionType extends Object
Java class for ClassCollectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClassCollectionType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="item" maxOccurs="unbounded" minOccurs="2"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.omwg.org/TR/d7/ontology/alignment}FeatureClass"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Class and Description |
---|---|
static class |
ClassCollectionType.Item
Java class for anonymous complex type.
|
Modifier and Type | Field and Description |
---|---|
protected List<ClassCollectionType.Item> |
item |
Constructor and Description |
---|
ClassCollectionType() |
protected List<ClassCollectionType.Item> item
public List<ClassCollectionType.Item> getItem()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set
method for the item property.
For example, to add a new item, do as follows:
getItem().add(newItem);
Objects of the following type(s) are allowed in the list
ClassCollectionType.Item
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a