Package google.registry.xjc.host
Class XjcHostStatusType
- java.lang.Object
-
- google.registry.xjc.XjcObject
-
- google.registry.xjc.host.XjcHostStatusType
-
public class XjcHostStatusType extends XjcObject
<p>Java class for statusType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType name="statusType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>normalizedString"> <attribute name="s" use="required" type="{urn:ietf:params:xml:ns:host-1.0}statusValueType" /> <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" default="en" /> </extension> </simpleContent> </complexType> </pre>
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
lang
protected XjcHostStatusValueType
s
protected java.lang.String
value
-
Constructor Summary
Constructors Constructor Description XjcHostStatusType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getLang()
Gets the value of the lang property.XjcHostStatusValueType
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(XjcHostStatusValueType value)
Sets the value of the s property.void
setValue(java.lang.String value)
Sets the value of the value property.
-
-
-
Field Detail
-
value
protected java.lang.String value
-
s
protected XjcHostStatusValueType s
-
lang
protected java.lang.String lang
-
-
Method Detail
-
getValue
public java.lang.String getValue()
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
public void setValue(java.lang.String value)
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getS
public XjcHostStatusValueType getS()
Gets the value of the s property.- Returns:
- possible object is
XjcHostStatusValueType
-
setS
public void setS(XjcHostStatusValueType value)
Sets the value of the s property.- Parameters:
value
- allowed object isXjcHostStatusValueType
-
getLang
public java.lang.String getLang()
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
public void setLang(java.lang.String value)
Sets the value of the lang property.- Parameters:
value
- allowed object isString
-
-