Package google.registry.xjc.domain
Class XjcDomainStatusType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.domain.XjcDomainStatusType
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="{urn:ietf:params:xml:ns:domain-1.0}statusValueType" />
<attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" default="en" />
</extension>
</simpleContent>
</complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetLang()
Gets the value of the lang property.getS()
Gets the value of the s property.getValue()
Gets the value of the value property.void
Sets the value of the lang property.void
setS
(XjcDomainStatusValueType value) Sets the value of the s property.void
Sets the value of the value property.
-
Field Details
-
value
-
s
-
lang
-
-
Constructor Details
-
XjcDomainStatusType
public XjcDomainStatusType()
-
-
Method Details
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value
- allowed object isString
-
getS
Gets the value of the s property.- Returns:
- possible object is
XjcDomainStatusValueType
-
setS
Sets the value of the s property.- Parameters:
value
- allowed object isXjcDomainStatusValueType
-
getLang
Gets the value of the lang property.- Returns:
- possible object is
String
-
setLang
Sets the value of the lang property.- Parameters:
value
- allowed object isString
-