Class XjcMarkContactType

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.mark.XjcMarkContactType

public class XjcMarkContactType extends XjcObject

Java class for contactType complex type

.

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

 <complexType name="contactType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}token"/>
         <element name="org" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
         <element name="addr" type="{urn:ietf:params:xml:ns:mark-1.0}addrType"/>
         <element name="voice" type="{urn:ietf:params:xml:ns:mark-1.0}e164Type"/>
         <element name="fax" type="{urn:ietf:params:xml:ns:mark-1.0}e164Type" minOccurs="0"/>
         <element name="email" type="{urn:ietf:params:xml:ns:mark-1.0}minTokenType"/>
       </sequence>
       <attribute name="type" type="{urn:ietf:params:xml:ns:mark-1.0}contactTypeType" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcMarkContactType

      public XjcMarkContactType()
  • Method Details

    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getOrg

      public String getOrg()
      Gets the value of the org property.
      Returns:
      possible object is String
    • setOrg

      public void setOrg(String value)
      Sets the value of the org property.
      Parameters:
      value - allowed object is String
    • getAddr

      public XjcMarkAddrType getAddr()
      Gets the value of the addr property.
      Returns:
      possible object is XjcMarkAddrType
    • setAddr

      public void setAddr(XjcMarkAddrType value)
      Sets the value of the addr property.
      Parameters:
      value - allowed object is XjcMarkAddrType
    • getVoice

      public XjcMarkE164Type getVoice()
      Gets the value of the voice property.
      Returns:
      possible object is XjcMarkE164Type
    • setVoice

      public void setVoice(XjcMarkE164Type value)
      Sets the value of the voice property.
      Parameters:
      value - allowed object is XjcMarkE164Type
    • getFax

      public XjcMarkE164Type getFax()
      Gets the value of the fax property.
      Returns:
      possible object is XjcMarkE164Type
    • setFax

      public void setFax(XjcMarkE164Type value)
      Sets the value of the fax property.
      Parameters:
      value - allowed object is XjcMarkE164Type
    • getEmail

      public String getEmail()
      Gets the value of the email property.
      Returns:
      possible object is String
    • setEmail

      public void setEmail(String value)
      Sets the value of the email property.
      Parameters:
      value - allowed object is String
    • getType

      public XjcMarkContactTypeType getType()
      Gets the value of the type property.
      Returns:
      possible object is XjcMarkContactTypeType
    • setType

      public void setType(XjcMarkContactTypeType value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is XjcMarkContactTypeType