Class XjcContactStatusType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.contact.XjcContactStatusType

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

  • Constructor Details

    • XjcContactStatusType

      public XjcContactStatusType()
  • 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

      Gets the value of the s property.
      Returns:
      possible object is XjcContactStatusValueType
    • setS

      public void setS(XjcContactStatusValueType value)
      Sets the value of the s property.
      Parameters:
      value - allowed object is XjcContactStatusValueType
    • 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