Package org.coderic.ws.sunat.wsdl
Class StatusResponse
java.lang.Object
org.coderic.ws.sunat.wsdl.StatusResponse
Java class for statusResponse complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="statusResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="content" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="statusCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="statusMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Gets the value of the content property.Gets the value of the statusCode property.Gets the value of the statusMessage property.voidsetContent(byte[] value) Sets the value of the content property.voidsetStatusCode(String value) Sets the value of the statusCode property.voidsetStatusMessage(String value) Sets the value of the statusMessage property.
-
Constructor Details
-
StatusResponse
public StatusResponse()
-
-
Method Details
-
getContent
public byte[] getContent()Gets the value of the content property.- Returns:
- possible object is byte[]
-
setContent
public void setContent(byte[] value) Sets the value of the content property.- Parameters:
value- allowed object is byte[]
-
getStatusCode
Gets the value of the statusCode property.- Returns:
- possible object is
String
-
setStatusCode
Sets the value of the statusCode property.- Parameters:
value- allowed object isString
-
getStatusMessage
Gets the value of the statusMessage property.- Returns:
- possible object is
String
-
setStatusMessage
Sets the value of the statusMessage property.- Parameters:
value- allowed object isString
-