public class EnumType extends Object implements Serializable, XMLAppendable
Java class for EnumType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EnumType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="literals" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
literals |
protected String |
name |
| Constructor and Description |
|---|
EnumType() |
| Modifier and Type | Method and Description |
|---|---|
void |
appendTo(XMLBuilder builder) |
boolean |
equals(Object that) |
String |
getLiterals() |
String |
getName() |
int |
hashCode() |
void |
setLiterals(String value) |
void |
setName(String value) |
String |
toString() |
EnumType |
withLiterals(String value) |
EnumType |
withName(String value) |
public String getName()
public void setName(String value)
public String getLiterals()
public void setLiterals(String value)
public final void appendTo(XMLBuilder builder)
appendTo in interface XMLAppendableCopyright © 2021. All rights reserved.