Package google.registry.xjc.mark
Class XjcMarkContactType
java.lang.Object
google.registry.xjc.XjcObject
google.registry.xjc.mark.XjcMarkContactType
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 Summary
Modifier and TypeFieldDescriptionprotected XjcMarkAddrType
protected String
protected XjcMarkE164Type
protected String
protected String
protected XjcMarkContactTypeType
protected XjcMarkE164Type
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetAddr()
Gets the value of the addr property.getEmail()
Gets the value of the email 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.getType()
Gets the value of the type 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
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
setType
(XjcMarkContactTypeType value) Sets the value of the type property.void
setVoice
(XjcMarkE164Type value) Sets the value of the voice property.
-
Field Details
-
name
-
org
-
addr
-
voice
-
fax
-
email
-
type
-
-
Constructor Details
-
XjcMarkContactType
public XjcMarkContactType()
-
-
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
-
getType
Gets the value of the type property.- Returns:
- possible object is
XjcMarkContactTypeType
-
setType
Sets the value of the type property.- Parameters:
value
- allowed object isXjcMarkContactTypeType
-