public class OptionType extends Object
Java class for OptionType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OptionType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="Name" use="required" type="{http://www.w3.org/2001/XMLSchema}token" />
<attribute name="MustComply" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="Type" type="{http://www.w3.org/2001/XMLSchema}QName" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
mustComply |
protected String |
name |
protected QName |
type |
protected String |
value |
| Constructor and Description |
|---|
OptionType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
QName |
getType()
Gets the value of the type property.
|
String |
getValue()
Gets the value of the value property.
|
Boolean |
isMustComply()
Gets the value of the mustComply property.
|
void |
setMustComply(Boolean value)
Sets the value of the mustComply property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setType(QName value)
Sets the value of the type property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String name
protected Boolean mustComply
protected QName type
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Boolean isMustComply()
Booleanpublic void setMustComply(Boolean value)
value - allowed object is
Booleanpublic QName getType()
QNameCopyright © 2017. All rights reserved.