public class EPPJobsContactInfoResp extends java.lang.Object implements EPPCodecComponent
EPPJobsContactInfoResp
,
Serialized FormModifier and Type | Field and Description |
---|---|
static java.lang.String |
ELM_NAME
Constant for the JobsContact info extension tag
|
Constructor and Description |
---|
EPPJobsContactInfoResp()
Create an
EPPJobContact instance |
EPPJobsContactInfoResp(java.lang.String aTitle,
java.lang.String aWebsite,
java.lang.String aIndustryType,
java.lang.String aIsAdminContact,
java.lang.String aIsAssociationMember)
Create a
EPPJobsContact instance with the most common
attributes |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clone
EPPJobsContactInfData . |
void |
decode(org.w3c.dom.Element aElement)
Decode the EPPJobsContactInfoResp component
|
org.w3c.dom.Element |
encode(org.w3c.dom.Document aDocument)
Sets all this instance's data in the given XML document
|
boolean |
equals(java.lang.Object aObject)
implements a deep
EPPJobsContactInfoResp compare. |
java.lang.String |
getIndustryType()
Returns the Contact industry type
|
java.lang.String |
getNamespace()
Returns the XML namespace associated with the
EPPCodecComponent . |
java.lang.String |
getTitle()
Returns the title
|
java.lang.String |
getWebsite()
Returns the contact website
|
java.lang.String |
isAdminContact()
Returns whether the contact is of admin type
|
java.lang.String |
isAssociationMember()
Returns whether the contact is a member of HR association
|
void |
setAdminContact(java.lang.String aIsAdminContact)
Sets as admin contact
|
void |
setAssociationMember(java.lang.String aIsAssociationMember)
Sets the membership information for the contact
|
void |
setIndustry(java.lang.String aIndustryType)
Sets the Contact industry type
|
void |
setTitle(java.lang.String aTitle)
Sets the title
|
void |
setWebsite(java.lang.String aWebsite)
Sets the Contact website
|
public static final java.lang.String ELM_NAME
public EPPJobsContactInfoResp()
EPPJobContact
instancepublic EPPJobsContactInfoResp(java.lang.String aTitle, java.lang.String aWebsite, java.lang.String aIndustryType, java.lang.String aIsAdminContact, java.lang.String aIsAssociationMember)
EPPJobsContact
instance with the most common
attributesaTitle
- Contact titleaWebsite
- Contact websiteaIndustryType
- Contact industry typeaIsAdminContact
- Contact admin typeaIsAssociationMember
- Contact whether member of HR associationpublic java.lang.Object clone() throws java.lang.CloneNotSupportedException
EPPJobsContactInfData
.clone
in interface EPPCodecComponent
clone
in class java.lang.Object
EPPJobsContactInfData
java.lang.CloneNotSupportedException
- standard Object.clone exceptionpublic org.w3c.dom.Element encode(org.w3c.dom.Document aDocument) throws EPPEncodeException
encode
in interface EPPCodecComponent
aDocument
- a DOM Document to attach data to.EPPEncodeException
- Thrown if any errors prevent encoding.public void decode(org.w3c.dom.Element aElement) throws EPPDecodeException
decode
in interface EPPCodecComponent
aElement
- EPPDecodeException
public boolean equals(java.lang.Object aObject)
EPPJobsContactInfoResp
compare.equals
in class java.lang.Object
aObject
- EPPJobsContact
instance to compare withpublic java.lang.String getTitle()
null
otherwisepublic void setTitle(java.lang.String aTitle)
aTitle
- Contact titlepublic java.lang.String getWebsite()
null
otherwisepublic void setWebsite(java.lang.String aWebsite)
aWebsite
- Contact websitepublic java.lang.String getIndustryType()
null
otherwisepublic void setIndustry(java.lang.String aIndustryType)
aIndustryType
- Contact industry typepublic java.lang.String isAdminContact()
null
otherwisepublic void setAdminContact(java.lang.String aIsAdminContact)
aIsAdminContact
- Is the contact an admin type?public java.lang.String isAssociationMember()
null
otherwisepublic void setAssociationMember(java.lang.String aIsAssociationMember)
aIsAssociationMember
- Contact Association membershippublic java.lang.String getNamespace()
EPPCodecComponent
.getNamespace
in interface EPPCodecComponent
EPPCodecComponent
.Copyright © VeriSign Inc. All Rights Reserved.