Package org.coderic.ws.dian.wsdl
Class GetStatusEvent
java.lang.Object
org.coderic.ws.dian.wsdl.GetStatusEvent
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 name="trackId" 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 trackId property.void
setTrackId
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the trackId property.