Package org.coderic.ws.dian.wsdl
Class XmlParamsResponseTrackId
java.lang.Object
org.coderic.ws.dian.wsdl.XmlParamsResponseTrackId
Java class for XmlParamsResponseTrackId complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="XmlParamsResponseTrackId">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DocumentKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ProcessedMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SenderCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Success" type="{http://www.w3.org/2001/XMLSchema}boolean" 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<String>
Gets the value of the documentKey property.jakarta.xml.bind.JAXBElement<String>
Gets the value of the processedMessage property.jakarta.xml.bind.JAXBElement<String>
Gets the value of the senderCode property.jakarta.xml.bind.JAXBElement<String>
Gets the value of the xmlFileName property.Gets the value of the success property.void
setDocumentKey
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the documentKey property.void
setProcessedMessage
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the processedMessage property.void
setSenderCode
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the senderCode property.void
setSuccess
(Boolean value) Sets the value of the success property.void
setXmlFileName
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the xmlFileName property.
-
Constructor Details
-
XmlParamsResponseTrackId
public XmlParamsResponseTrackId()
-
-
Method Details
-
getDocumentKey
Gets the value of the documentKey property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setDocumentKey
Sets the value of the documentKey property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getProcessedMessage
Gets the value of the processedMessage property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setProcessedMessage
Sets the value of the processedMessage property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getSenderCode
Gets the value of the senderCode property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setSenderCode
Sets the value of the senderCode 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
-
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
>
-