Class XjcContactE164Type

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

public class XjcContactE164Type extends XjcObject

Java class for e164Type complex type

.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="e164Type">
   <simpleContent>
     <extension base="<urn:ietf:params:xml:ns:contact-1.0>e164StringType">
       <attribute name="x" type="{http://www.w3.org/2001/XMLSchema}token" />
     </extension>
   </simpleContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcContactE164Type

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

      public String getX()
      Gets the value of the x property.
      Returns:
      possible object is String
    • setX

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