public class Disclose extends java.lang.Object implements Appendable
ContactCreateCommand
,
ContactUpdateCommand
,
Serialized FormConstructor and Description |
---|
Disclose(boolean allow)
Construct a Disclose object with all items not yet set.
|
Disclose(boolean allow,
boolean nameInt,
boolean nameLoc,
boolean orgInt,
boolean orgLoc,
boolean addrInt,
boolean addrLoc,
boolean voice,
boolean fax,
boolean email)
Construct a Disclose object with the specified items set.
|
Modifier and Type | Method and Description |
---|---|
org.w3c.dom.Element |
appendToElement(XMLWriter xmlWriter,
org.w3c.dom.Element parent)
This is an internal method - do not use.
|
void |
setAddrInt() |
void |
setAddrLoc() |
void |
setEmail() |
void |
setFax() |
void |
setNameInt() |
void |
setNameLoc() |
void |
setOrgInt() |
void |
setOrgLoc() |
void |
setVoice() |
public Disclose(boolean allow)
allow
- Whether or not elements to be set later via setX should be
disclosed or not. This is only a request to the server and may not be
honoured.public Disclose(boolean allow, boolean nameInt, boolean nameLoc, boolean orgInt, boolean orgLoc, boolean addrInt, boolean addrLoc, boolean voice, boolean fax, boolean email)
public void setVoice()
public void setFax()
public void setEmail()
public void setNameInt()
public void setNameLoc()
public void setOrgInt()
public void setOrgLoc()
public void setAddrInt()
public void setAddrLoc()
public org.w3c.dom.Element appendToElement(XMLWriter xmlWriter, org.w3c.dom.Element parent)
appendToElement
in interface Appendable