public class AccountSummaryResponse
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
AccountSummaryResponse() |
| Modifier and Type | Method and Description |
|---|---|
AccountSummary |
getAccountSummary()
Returns the value of field 'accountSummary'.
|
RequestErrors |
getRequestErrors()
Returns the value of field 'requestErrors'.
|
java.lang.String |
getRequestId()
Returns the value of field 'requestId'.
|
ResultType |
getResult()
Returns the value of field 'result'.
|
boolean |
isValid()
Method isValid.
|
void |
marshal(org.xml.sax.ContentHandler handler) |
void |
marshal(java.io.Writer out) |
void |
setAccountSummary(AccountSummary accountSummary)
Sets the value of field 'accountSummary'.
|
void |
setRequestErrors(RequestErrors requestErrors)
Sets the value of field 'requestErrors'.
|
void |
setRequestId(java.lang.String requestId)
Sets the value of field 'requestId'.
|
void |
setResult(ResultType result)
Sets the value of field 'result'.
|
static AccountSummaryResponse |
unmarshal(java.io.Reader reader)
Method unmarshal.
|
void |
validate() |
public AccountSummary getAccountSummary()
public RequestErrors getRequestErrors()
public java.lang.String getRequestId()
public ResultType getResult()
public boolean isValid()
public void marshal(java.io.Writer out)
throws org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
out - org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemapublic void marshal(org.xml.sax.ContentHandler handler)
throws java.io.IOException,
org.exolab.castor.xml.MarshalException,
org.exolab.castor.xml.ValidationException
handler - java.io.IOException - if an IOException occurs during
marshalingorg.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemaorg.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingpublic void setAccountSummary(AccountSummary accountSummary)
accountSummary - the value of field 'accountSummary'.public void setRequestErrors(RequestErrors requestErrors)
requestErrors - the value of field 'requestErrors'.public void setRequestId(java.lang.String requestId)
requestId - the value of field 'requestId'.public void setResult(ResultType result)
result - the value of field 'result'.public static AccountSummaryResponse unmarshal(java.io.Reader reader) throws org.exolab.castor.xml.MarshalException, org.exolab.castor.xml.ValidationException
reader - org.exolab.castor.xml.MarshalException - if object is
null or if any SAXException is thrown during marshalingorg.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemapublic void validate()
throws org.exolab.castor.xml.ValidationException
org.exolab.castor.xml.ValidationException - if this
object is an invalid instance according to the schemaCopyright © 2016. All Rights Reserved.