|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.verisign.epp.codec.jobscontact.EPPJobsContactInfoResp
public class EPPJobsContactInfoResp
Extension to the contact info response to return additional information. This will be returned as extension to dotJobs contact info response.
EPPJobsContactInfoResp
,
Serialized FormField Summary | |
---|---|
static java.lang.String |
ELM_NAME
Constant for the JobsContact info extension tag |
Constructor Summary | |
---|---|
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 |
Method Summary | |
---|---|
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 |
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 |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String ELM_NAME
Constructor Detail |
---|
public EPPJobsContactInfoResp()
EPPJobContact
instance
public 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
attributes
aTitle
- Contact titleaWebsite
- Contact websiteaIndustryType
- Contact industry typeaIsAdminContact
- Contact admin typeaIsAssociationMember
- Contact whether member of HR associationMethod Detail |
---|
public 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 with
public 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 membership
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |