public class OrderingOthersType extends Object
Java class for ordering-othersType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ordering-othersType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
OrderingOthersType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Gets the value of the id property.
|
void |
setId(String value)
Sets the value of the id property.
|
OrderingOthersType |
withId(String value) |
protected String id
Copyright © 2019. All rights reserved.