Package google.registry.xjc.mark
Class XjcMarkHolderType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.mark.XjcMarkHolderType
Java class for holderType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="holderType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="name" type="{http://www.w3.org/2001/XMLSchema}token" minOccurs="0"/>
<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" minOccurs="0"/>
<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" minOccurs="0"/>
</sequence>
<attribute name="entitlement" type="{urn:ietf:params:xml:ns:mark-1.0}entitlementType" />
</restriction>
</complexContent>
</complexType>
-
Field Summary
Modifier and TypeFieldDescriptionprotected XjcMarkAddrType
protected String
protected XjcMarkEntitlementType
protected XjcMarkE164Type
protected String
protected String
protected XjcMarkE164Type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAddr()
Gets the value of the addr property.getEmail()
Gets the value of the email property.Gets the value of the entitlement property.getFax()
Gets the value of the fax property.getName()
Gets the value of the name property.getOrg()
Gets the value of the org property.getVoice()
Gets the value of the voice property.void
setAddr
(XjcMarkAddrType value) Sets the value of the addr property.void
Sets the value of the email property.void
Sets the value of the entitlement property.void
setFax
(XjcMarkE164Type value) Sets the value of the fax property.void
Sets the value of the name property.void
Sets the value of the org property.void
setVoice
(XjcMarkE164Type value) Sets the value of the voice property.
-
Field Details
-
name
-
org
-
addr
-
voice
-
fax
-
email
-
entitlement
-
-
Constructor Details
-
XjcMarkHolderType
public XjcMarkHolderType()
-
-
Method Details
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value
- allowed object isString
-
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
-
getAddr
Gets the value of the addr property.- Returns:
- possible object is
XjcMarkAddrType
-
setAddr
Sets the value of the addr property.- Parameters:
value
- allowed object isXjcMarkAddrType
-
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
-
getFax
Gets the value of the fax property.- Returns:
- possible object is
XjcMarkE164Type
-
setFax
Sets the value of the fax property.- Parameters:
value
- allowed object isXjcMarkE164Type
-
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
-
getEntitlement
Gets the value of the entitlement property.- Returns:
- possible object is
XjcMarkEntitlementType
-
setEntitlement
Sets the value of the entitlement property.- Parameters:
value
- allowed object isXjcMarkEntitlementType
-