Class XjcHostStatusType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.host.XjcHostStatusType

public class XjcHostStatusType extends XjcObject

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:host-1.0}statusValueType" />
       <attribute name="lang" type="{http://www.w3.org/2001/XMLSchema}language" default="en" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcHostStatusType

      public XjcHostStatusType()
  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.
      Returns:
      possible object is String
    • setValue

      public void setValue(String value)
      Sets the value of the value property.
      Parameters:
      value - allowed object is String
    • 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 is XjcHostStatusValueType
    • getLang

      public String getLang()
      Gets the value of the lang property.
      Returns:
      possible object is String
    • setLang

      public void setLang(String value)
      Sets the value of the lang property.
      Parameters:
      value - allowed object is String