Class XjcContactDiscloseType

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

public class XjcContactDiscloseType extends XjcObject

Java class for discloseType complex type

.

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

 <complexType name="discloseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="name" type="{urn:ietf:params:xml:ns:contact-1.0}intLocType" maxOccurs="2" minOccurs="0"/>
         <element name="org" type="{urn:ietf:params:xml:ns:contact-1.0}intLocType" maxOccurs="2" minOccurs="0"/>
         <element name="addr" type="{urn:ietf:params:xml:ns:contact-1.0}intLocType" maxOccurs="2" minOccurs="0"/>
         <element name="voice" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
         <element name="fax" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
         <element name="email" type="{http://www.w3.org/2001/XMLSchema}anyType" minOccurs="0"/>
       </sequence>
       <attribute name="flag" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • XjcContactDiscloseType

      public XjcContactDiscloseType()
  • Method Details

    • getNames

      public List<XjcContactIntLocType> getNames()
      Gets the value of the names property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the names property.

      For example, to add a new item, do as follows:

       getNames().add(newItem);
       
      Objects of the following type(s) are allowed in the list XjcContactIntLocType

      Returns:
      The value of the names property.
    • getOrgs

      public List<XjcContactIntLocType> getOrgs()
      Gets the value of the orgs property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the orgs property.

      For example, to add a new item, do as follows:

       getOrgs().add(newItem);
       
      Objects of the following type(s) are allowed in the list XjcContactIntLocType

      Returns:
      The value of the orgs property.
    • getAddrs

      public List<XjcContactIntLocType> getAddrs()
      Gets the value of the addrs property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the addrs property.

      For example, to add a new item, do as follows:

       getAddrs().add(newItem);
       
      Objects of the following type(s) are allowed in the list XjcContactIntLocType

      Returns:
      The value of the addrs property.
    • getVoice

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

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

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

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

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

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

      public boolean isFlag()
      Gets the value of the flag property.
    • setFlag

      public void setFlag(boolean value)
      Sets the value of the flag property.