Class XjcSmdIssuerInfo

java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.smd.XjcSmdIssuerInfo

public class XjcSmdIssuerInfo extends XjcObject

Java class for issuerInfoType complex type

.

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

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

  • Constructor Details

    • XjcSmdIssuerInfo

      public XjcSmdIssuerInfo()
  • Method Details

    • 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
    • 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
    • getUrl

      public String getUrl()
      Gets the value of the url property.
      Returns:
      possible object is String
    • setUrl

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

      public String getIssuerID()
      Gets the value of the issuerID property.
      Returns:
      possible object is String
    • setIssuerID

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