public class OrderingOrderingType extends Object
Java-Klasse für ordering-orderingType complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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()
Ruft den Wert der others-Eigenschaft ab.
|
void |
setOthers(OrderingOthersType value)
Legt den Wert der others-Eigenschaft fest.
|
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()
OrderingOthersType
public void setOthers(OrderingOthersType value)
value
- allowed object is
OrderingOthersType
Copyright © 2015 buschmais GbR. All rights reserved.