public class Type extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ordering">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="ordered"/>
<enumeration value="unordered"/>
</restriction>
</simpleType>
</attribute>
<attribute name="description" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
description |
protected String |
ordering |
| Constructor and Description |
|---|
Type() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOrdering()
Gets the value of the ordering property.
|
boolean |
isDescription()
Gets the value of the description property.
|
boolean |
isSetDescription() |
boolean |
isSetOrdering() |
void |
setDescription(boolean value)
Sets the value of the description property.
|
void |
setOrdering(String value)
Sets the value of the ordering property.
|
void |
unsetDescription() |
public String getOrdering()
Stringpublic void setOrdering(String value)
value - allowed object is
Stringpublic boolean isSetOrdering()
public boolean isDescription()
Booleanpublic void setDescription(boolean value)
value - allowed object is
Booleanpublic boolean isSetDescription()
public void unsetDescription()
Copyright © 2023. All rights reserved.