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