public class OrderingOrderingType extends Object
Java class for ordering-orderingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ordering-orderingType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<JavaIdentifierType> |
name |
protected OrderingOthersType |
others |
| Constructor and Description |
|---|
OrderingOrderingType() |
| Modifier and Type | Method and Description |
|---|---|
List<JavaIdentifierType> |
getName()
Gets the value of the name property.
|
OrderingOthersType |
getOthers()
Gets the value of the others property.
|
void |
setOthers(OrderingOthersType value)
Sets the value of the others property.
|
OrderingOrderingType |
withName(Collection<JavaIdentifierType> values) |
OrderingOrderingType |
withName(JavaIdentifierType... values) |
OrderingOrderingType |
withOthers(OrderingOthersType value) |
protected List<JavaIdentifierType> name
protected OrderingOthersType others
public List<JavaIdentifierType> getName()
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 name property.
For example, to add a new item, do as follows:
getName().add(newItem);
Objects of the following type(s) are allowed in the list
JavaIdentifierType
public OrderingOthersType getOthers()
OrderingOthersTypepublic void setOthers(OrderingOthersType value)
value - allowed object is
OrderingOthersTypepublic OrderingOrderingType withName(JavaIdentifierType... values)
public OrderingOrderingType withName(Collection<JavaIdentifierType> values)
public OrderingOrderingType withOthers(OrderingOthersType value)
Copyright © 2019. All rights reserved.