|
EPP 0.4.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.neulevel.epp.core.EppEntity
com.neulevel.epp.xri.EppXriSocialData
public class EppXriSocialData
This EppXriSocialData class defines social
information associated with XRI authority objects. It
implements XRI socialDataType and chgSocialDataType defined
in the XRI authority schema file.
| Constructor Summary | |
|---|---|
EppXriSocialData()
Creates an EppXriSocialData object |
|
| Method Summary | |
|---|---|
static EppEntity |
fromXML(org.w3c.dom.Node root)
Converts an XML element into an EppXriSocialData object. |
EppE164 |
getFax()
Gets the fax number |
EppE164 |
getPager()
Gets the pager number |
EppContactData |
getPostalInfo()
Gets the postal information of the XRI authoruty |
java.lang.String |
getPrimaryEmail()
Gets the primary email address |
EppE164 |
getPrimaryVoice()
Gets the primary voice phone number |
java.lang.String |
getSecondaryEmail()
Gets the secondary email address |
EppE164 |
getSecondaryVoice()
Gets the secondary voice phone number |
boolean |
isEmailNullified()
Returns true if email addresses are to be nullified via an EPP update command |
boolean |
isFaxNullified()
Returns true if fax is to be nullified via an EPP update command |
boolean |
isPagerNullified()
Returns true if pager is to be nullified via an EPP update command |
boolean |
isVoiceNullified()
Returns true if voice numbers are to be nullified via an EPP update command |
void |
nullifyEmail()
Nullifies the email addresses via an EPP update command |
void |
nullifyFax()
Nullifies the fax number via an EPP update command |
void |
nullifyPager()
Nullifies the pager number via an EPP update command |
void |
nullifyVoice()
Nullifies the voice number via an EPP update command |
void |
setFax(EppE164 fax)
Sets the fax number |
void |
setFax(java.lang.String fax)
Sets the fax number |
void |
setFax(java.lang.String fax,
java.lang.String ext)
Sets the fax number and extenstion |
void |
setPager(EppE164 pager)
Sets the pager number |
void |
setPager(java.lang.String pager)
Sets the pager number |
void |
setPager(java.lang.String pager,
java.lang.String ext)
Sets the pager number and extenstion |
void |
setPostalInfo(EppContactData postalInfo)
Sets up postal information of the XRI authority |
void |
setPrimaryEmail(java.lang.String email)
Sets the primary email address |
void |
setPrimaryVoice(EppE164 voice)
Sets the primary voice phone number |
void |
setPrimaryVoice(java.lang.String voice)
Sets the primary voice phone number |
void |
setPrimaryVoice(java.lang.String voice,
java.lang.String ext)
Sets the primary voice phone number and extenstion |
void |
setSecondaryEmail(java.lang.String email)
Sets the secondary email address |
void |
setSecondaryVoice(EppE164 voice)
Sets the secondary voice phone number |
void |
setSecondaryVoice(java.lang.String voice)
Sets the secondary voice phone number |
void |
setSecondaryVoice(java.lang.String voice,
java.lang.String ext)
Sets the secondary voice phone number and extenstion |
java.lang.String |
toString()
|
org.w3c.dom.Element |
toXML(org.w3c.dom.Document doc,
java.lang.String tag)
Converts the EppXriSocialData object into an XML element |
| Methods inherited from class com.neulevel.epp.core.EppEntity |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EppXriSocialData()
EppXriSocialData object
| Method Detail |
|---|
public void setPostalInfo(EppContactData postalInfo)
public EppContactData getPostalInfo()
public boolean isVoiceNullified()
public EppE164 getPrimaryVoice()
public void setPrimaryVoice(java.lang.String voice)
public void setPrimaryVoice(java.lang.String voice,
java.lang.String ext)
public void setPrimaryVoice(EppE164 voice)
public EppE164 getSecondaryVoice()
public void setSecondaryVoice(java.lang.String voice)
public void setSecondaryVoice(java.lang.String voice,
java.lang.String ext)
public void setSecondaryVoice(EppE164 voice)
public void nullifyVoice()
public boolean isFaxNullified()
public EppE164 getFax()
public void setFax(java.lang.String fax)
public void setFax(java.lang.String fax,
java.lang.String ext)
public void setFax(EppE164 fax)
public void nullifyFax()
public boolean isPagerNullified()
public EppE164 getPager()
public void setPager(java.lang.String pager)
public void setPager(java.lang.String pager,
java.lang.String ext)
public void setPager(EppE164 pager)
public void nullifyPager()
public boolean isEmailNullified()
public java.lang.String getPrimaryEmail()
public void setPrimaryEmail(java.lang.String email)
public java.lang.String getSecondaryEmail()
public void setSecondaryEmail(java.lang.String email)
public void nullifyEmail()
public org.w3c.dom.Element toXML(org.w3c.dom.Document doc,
java.lang.String tag)
EppXriSocialData object into an XML element
toXML in class EppEntitydoc - the XML Document objecttag - the tag/element name for the EppXriSocialData object
Element objectpublic static EppEntity fromXML(org.w3c.dom.Node root)
EppXriSocialData object.
The caller of this method must make sure that the root node is of
the EPP XRI socialDataType or chgSocialDataType.
root - root node for an EppXriSocialData object in
XML format
EppXriSocialData object, or null if the node is
invalidpublic java.lang.String toString()
toString in class EppEntity
|
EPP 0.4.9 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||