eu.esdihumboldt.hale.io.oml.internal.model.generated.oml
Class PropertyCollectionType
java.lang.Object
eu.esdihumboldt.hale.io.oml.internal.model.generated.oml.PropertyCollectionType
public class PropertyCollectionType
- extends Object
Java class for PropertyCollectionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyCollectionType">
<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}Property"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
item
protected List<PropertyCollectionType.Item> item
PropertyCollectionType
public PropertyCollectionType()
getItem
public List<PropertyCollectionType.Item> getItem()
- Gets the value of the item property.
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
PropertyCollectionType.Item
Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d