@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public class AbsoluteOrderingType extends Object
Java class for absoluteOrderingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="absoluteOrderingType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice maxOccurs="unbounded" minOccurs="0"> <element name="name" type="{http://java.sun.com/xml/ns/javaee}java-identifierType" maxOccurs="unbounded" minOccurs="0"/> <element name="others" type="{http://java.sun.com/xml/ns/javaee}ordering-othersType" minOccurs="0"/> </choice> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<Object> |
nameOrOthers |
Constructor and Description |
---|
AbsoluteOrderingType() |
Modifier and Type | Method and Description |
---|---|
List<Object> |
getNameOrOthers()
Gets the value of the nameOrOthers property.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public List<Object> getNameOrOthers()
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 nameOrOthers property.
For example, to add a new item, do as follows:
getNameOrOthers().add(newItem);
Objects of the following type(s) are allowed in the list
JavaIdentifierType
OrderingOthersType
Copyright © 2016 buschmais GbR. All rights reserved.