Package google.registry.xjc.smd
Class XjcSmdIssuerInfo
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.smd.XjcSmdIssuerInfo
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 Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
Gets the value of the email property.Gets the value of the issuerID property.getOrg()
Gets the value of the org property.getUrl()
Gets the value of the url property.getVoice()
Gets the value of the voice property.void
Sets the value of the email property.void
setIssuerID
(String value) Sets the value of the issuerID property.void
Sets the value of the org property.void
Sets the value of the url property.void
setVoice
(XjcMarkE164Type value) Sets the value of the voice property.
-
Field Details
-
org
-
email
-
url
-
voice
-
issuerID
-
-
Constructor Details
-
XjcSmdIssuerInfo
public XjcSmdIssuerInfo()
-
-
Method Details
-
getOrg
Gets the value of the org property.- Returns:
- possible object is
String
-
setOrg
Sets the value of the org property.- Parameters:
value
- allowed object isString
-
getEmail
Gets the value of the email property.- Returns:
- possible object is
String
-
setEmail
Sets the value of the email property.- Parameters:
value
- allowed object isString
-
getUrl
Gets the value of the url property.- Returns:
- possible object is
String
-
setUrl
Sets the value of the url property.- Parameters:
value
- allowed object isString
-
getVoice
Gets the value of the voice property.- Returns:
- possible object is
XjcMarkE164Type
-
setVoice
Sets the value of the voice property.- Parameters:
value
- allowed object isXjcMarkE164Type
-
getIssuerID
Gets the value of the issuerID property.- Returns:
- possible object is
String
-
setIssuerID
Sets the value of the issuerID property.- Parameters:
value
- allowed object isString
-