Package org.coderic.ws.dian.wsdl
Class ExchangeEmailResponse
java.lang.Object
org.coderic.ws.dian.wsdl.ExchangeEmailResponse
Java class for ExchangeEmailResponse complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ExchangeEmailResponse">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CsvBase64Bytes" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
<element name="Message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StatusCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Success" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<byte[]>
Gets the value of the csvBase64Bytes property.jakarta.xml.bind.JAXBElement<String>
Gets the value of the message property.jakarta.xml.bind.JAXBElement<String>
Gets the value of the statusCode property.Gets the value of the success property.void
setCsvBase64Bytes
(jakarta.xml.bind.JAXBElement<byte[]> value) Sets the value of the csvBase64Bytes property.void
setMessage
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the message property.void
setStatusCode
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the statusCode property.void
setSuccess
(Boolean value) Sets the value of the success property.
-
Constructor Details
-
ExchangeEmailResponse
public ExchangeEmailResponse()
-
-
Method Details
-
getCsvBase64Bytes
public jakarta.xml.bind.JAXBElement<byte[]> getCsvBase64Bytes()Gets the value of the csvBase64Bytes property.- Returns:
- possible object is
JAXBElement
<
byte
>
-
setCsvBase64Bytes
public void setCsvBase64Bytes(jakarta.xml.bind.JAXBElement<byte[]> value) Sets the value of the csvBase64Bytes property.- Parameters:
value
- allowed object isJAXBElement
<
byte
>
-
getMessage
Gets the value of the message property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setMessage
Sets the value of the message property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
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
>
-
isSuccess
Gets the value of the success property.- Returns:
- possible object is
Boolean
-
setSuccess
Sets the value of the success property.- Parameters:
value
- allowed object isBoolean
-