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