Package org.coderic.ws.dian.wsdl
Class DianResponse
java.lang.Object
org.coderic.ws.dian.wsdl.DianResponse
Java class for DianResponse complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="DianResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ErrorMessage" type="{http://schemas.microsoft.com/2003/10/Serialization/Arrays}ArrayOfstring" minOccurs="0"/>
<element name="IsValid" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StatusDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StatusMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="XmlBase64Bytes" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="XmlBytes" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="XmlDocumentKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="XmlFileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<ArrayOfstring>
Gets the value of the errorMessage property.jakarta.xml.bind.JAXBElement<String>
Gets the value of the statusCode property.jakarta.xml.bind.JAXBElement<String>
Gets the value of the statusDescription property.jakarta.xml.bind.JAXBElement<String>
Gets the value of the statusMessage property.jakarta.xml.bind.JAXBElement<byte[]>
Gets the value of the xmlBase64Bytes property.jakarta.xml.bind.JAXBElement<byte[]>
Gets the value of the xmlBytes property.jakarta.xml.bind.JAXBElement<String>
Gets the value of the xmlDocumentKey property.jakarta.xml.bind.JAXBElement<String>
Gets the value of the xmlFileName property.Gets the value of the isValid property.void
setErrorMessage
(jakarta.xml.bind.JAXBElement<ArrayOfstring> value) Sets the value of the errorMessage property.void
setIsValid
(Boolean value) Sets the value of the isValid property.void
setStatusCode
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the statusCode property.void
setStatusDescription
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the statusDescription property.void
setStatusMessage
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the statusMessage property.void
setXmlBase64Bytes
(jakarta.xml.bind.JAXBElement<byte[]> value) Sets the value of the xmlBase64Bytes property.void
setXmlBytes
(jakarta.xml.bind.JAXBElement<byte[]> value) Sets the value of the xmlBytes property.void
setXmlDocumentKey
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the xmlDocumentKey property.void
setXmlFileName
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the xmlFileName property.
-
Constructor Details
-
DianResponse
public DianResponse()
-
-
Method Details
-
getErrorMessage
Gets the value of the errorMessage property.- Returns:
- possible object is
JAXBElement
<
ArrayOfstring
>
-
setErrorMessage
Sets the value of the errorMessage property.- Parameters:
value
- allowed object isJAXBElement
<
ArrayOfstring
>
-
isIsValid
Gets the value of the isValid property.- Returns:
- possible object is
Boolean
-
setIsValid
Sets the value of the isValid property.- Parameters:
value
- allowed object isBoolean
-
getStatusCode
Gets the value of the statusCode property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setStatusCode
Sets the value of the statusCode property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getStatusDescription
Gets the value of the statusDescription property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setStatusDescription
Sets the value of the statusDescription property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getStatusMessage
Gets the value of the statusMessage property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setStatusMessage
Sets the value of the statusMessage property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getXmlBase64Bytes
public jakarta.xml.bind.JAXBElement<byte[]> getXmlBase64Bytes()Gets the value of the xmlBase64Bytes property.- Returns:
- possible object is
JAXBElement
<
byte
>
-
setXmlBase64Bytes
public void setXmlBase64Bytes(jakarta.xml.bind.JAXBElement<byte[]> value) Sets the value of the xmlBase64Bytes property.- Parameters:
value
- allowed object isJAXBElement
<
byte
>
-
getXmlBytes
public jakarta.xml.bind.JAXBElement<byte[]> getXmlBytes()Gets the value of the xmlBytes property.- Returns:
- possible object is
JAXBElement
<
byte
>
-
setXmlBytes
public void setXmlBytes(jakarta.xml.bind.JAXBElement<byte[]> value) Sets the value of the xmlBytes property.- Parameters:
value
- allowed object isJAXBElement
<
byte
>
-
getXmlDocumentKey
Gets the value of the xmlDocumentKey property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setXmlDocumentKey
Sets the value of the xmlDocumentKey property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getXmlFileName
Gets the value of the xmlFileName property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setXmlFileName
Sets the value of the xmlFileName property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-