public class StatusType
extends java.lang.Object
Java class for statusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="statusType">
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>normalizedString">
<attribute name="s" use="required" type="{http://www.nic.cz/xml/epp/contact-1.6}statusValueType" />
<attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" default="en" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
lang |
protected StatusValueType |
s |
protected java.lang.String |
value |
| Constructor and Description |
|---|
StatusType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLang()
Gets the value of the lang property.
|
StatusValueType |
getS()
Gets the value of the s property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
void |
setLang(java.lang.String value)
Sets the value of the lang property.
|
void |
setS(StatusValueType value)
Sets the value of the s property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
protected java.lang.String value
protected StatusValueType s
protected java.lang.String lang
public java.lang.String getValue()
Stringpublic void setValue(java.lang.String value)
value - allowed object is
Stringpublic StatusValueType getS()
StatusValueTypepublic void setS(StatusValueType value)
value - allowed object is
StatusValueTypepublic java.lang.String getLang()
Stringpublic void setLang(java.lang.String value)
value - allowed object is
StringCopyright © 2023. All rights reserved.