public class TaxResponse
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.sabrix.com/services/taxservice/2009-12-20/}HostRequestId"/> <element ref="{http://www.sabrix.com/services/taxservice/2009-12-20/}HostRequestLoggingId"/> <element name="RequestStatus" type="{http://www.sabrix.com/services/taxservice/2009-12-20/}Status"/> <element name="TaxDocuments" type="{http://www.sabrix.com/services/taxservice/2009-12-20/}TaxDocumentCollection" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Constructor and Description |
---|
TaxResponse() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getHostRequestId()
Gets the value of the hostRequestId property.
|
java.lang.String |
getHostRequestLoggingId()
Gets the value of the hostRequestLoggingId property.
|
Status |
getRequestStatus()
Gets the value of the requestStatus property.
|
TaxDocumentCollection |
getTaxDocuments()
Gets the value of the taxDocuments property.
|
void |
setHostRequestId(java.lang.String value)
Sets the value of the hostRequestId property.
|
void |
setHostRequestLoggingId(java.lang.String value)
Sets the value of the hostRequestLoggingId property.
|
void |
setRequestStatus(Status value)
Sets the value of the requestStatus property.
|
void |
setTaxDocuments(TaxDocumentCollection value)
Sets the value of the taxDocuments property.
|
public java.lang.String getHostRequestId()
String
public void setHostRequestId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getHostRequestLoggingId()
String
public void setHostRequestLoggingId(java.lang.String value)
value
- allowed object is
String
public Status getRequestStatus()
Status
public void setRequestStatus(Status value)
value
- allowed object is
Status
public TaxDocumentCollection getTaxDocuments()
TaxDocumentCollection
public void setTaxDocuments(TaxDocumentCollection value)
value
- allowed object is
TaxDocumentCollection