public class OrderingOrdering
extends java.lang.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 java.util.List<java.lang.String> |
name |
protected OrderingOthers |
others |
Constructor and Description |
---|
OrderingOrdering() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
getName() |
OrderingOthers |
getOthers() |
void |
setOthers(OrderingOthers value) |
protected java.util.List<java.lang.String> name
protected OrderingOthers others
public java.util.List<java.lang.String> getName()
public OrderingOthers getOthers()
public void setOthers(OrderingOthers value)