public abstract class DeleteMessageBase extends Message
DomainDeleteMessage
and
AuthInfo2DeleteMessage
classesMessage.Type
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
domainName
the domain name
|
private java.lang.String |
encodedDomainName
the encoded domain name
|
private java.util.List<ResultMessage> |
results
list of results
|
Constructor and Description |
---|
DeleteMessageBase() |
Modifier and Type | Method and Description |
---|---|
protected void |
dataFromList(KVList list)
setup the object's data from the given list.
|
protected void |
dataFromXml(org.w3c.dom.Element el)
setup the object's data from the given XML element.
|
java.lang.String |
getDomainName()
return the domain name
|
java.lang.String |
getEncodedDomainName()
return the encoded domain name
|
java.util.List<ResultMessage> |
getResults()
return the results containing the reason(s)
|
java.lang.String |
toString()
return a string representation for debugging purposes
|
accept, accept, createMessage, fromList, fromXml, getCreationDate, getMessageID, getType, setData
private java.lang.String domainName
private java.lang.String encodedDomainName
private java.util.List<ResultMessage> results
protected void dataFromXml(org.w3c.dom.Element el) throws org.w3c.dom.DOMException, ResponseParseException
dataFromXml
in class Message
el
- the elementorg.w3c.dom.DOMException
- on DOM exceptionsResponseParseException
- if the data was not recognizedprotected void dataFromList(KVList list) throws ResponseParseException
dataFromList
in class Message
list
- the listResponseParseException
- if the list does not contain the
expected contentpublic java.lang.String toString()
public java.lang.String getDomainName()
public java.lang.String getEncodedDomainName()
public java.util.List<ResultMessage> getResults()
Copyright © 2005-2013 Knipp Medien und Kommunikation GmbH