Package org.coderic.ws.dian.wsdl
Class GetDocIdentifierWithEventsResponse
java.lang.Object
org.coderic.ws.dian.wsdl.GetDocIdentifierWithEventsResponse
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="GetDocIdentifierWithEventsResult" type="{http://schemas.datacontract.org/2004/07/DocIdentifierWithEventsResponse}DocIdentifierWithEventsResponse" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<DocIdentifierWithEventsResponse>
Gets the value of the getDocIdentifierWithEventsResult property.void
setGetDocIdentifierWithEventsResult
(jakarta.xml.bind.JAXBElement<DocIdentifierWithEventsResponse> value) Sets the value of the getDocIdentifierWithEventsResult property.
-
Constructor Details
-
GetDocIdentifierWithEventsResponse
public GetDocIdentifierWithEventsResponse()
-
-
Method Details
-
getGetDocIdentifierWithEventsResult
public jakarta.xml.bind.JAXBElement<DocIdentifierWithEventsResponse> getGetDocIdentifierWithEventsResult()Gets the value of the getDocIdentifierWithEventsResult property.- Returns:
- possible object is
JAXBElement
<
DocIdentifierWithEventsResponse
>
-
setGetDocIdentifierWithEventsResult
public void setGetDocIdentifierWithEventsResult(jakarta.xml.bind.JAXBElement<DocIdentifierWithEventsResponse> value) Sets the value of the getDocIdentifierWithEventsResult property.- Parameters:
value
- allowed object isJAXBElement
<
DocIdentifierWithEventsResponse
>
-