public class PropertyType extends ClassType
Java class for PropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PropertyType"> <complexContent> <extension base="{http://www.esdi-humboldt.eu/hale/alignment}ClassType"> <sequence> <element name="child" type="{http://www.esdi-humboldt.eu/hale/alignment}ChildContextType" maxOccurs="unbounded"/> </sequence> </extension> </complexContent> </complexType>
ClassType.Type
Modifier and Type | Field and Description |
---|---|
protected List<ChildContextType> |
child |
Constructor and Description |
---|
PropertyType() |
protected List<ChildContextType> child
public List<ChildContextType> getChild()
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 child property.
For example, to add a new item, do as follows:
getChild().add(newItem);
Objects of the following type(s) are allowed in the list
ChildContextType
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a