Package org.coderic.ws.dian.wsdl
Class NumberRangeResponseList
java.lang.Object
org.coderic.ws.dian.wsdl.NumberRangeResponseList
Java class for NumberRangeResponseList complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="NumberRangeResponseList">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="OperationCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="OperationDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ResponseList" type="{http://schemas.datacontract.org/2004/07/NumberRangeResponse}ArrayOfNumberRangeResponse" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<String>
Gets the value of the operationCode property.jakarta.xml.bind.JAXBElement<String>
Gets the value of the operationDescription property.jakarta.xml.bind.JAXBElement<ArrayOfNumberRangeResponse>
Gets the value of the responseList property.void
setOperationCode
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the operationCode property.void
setOperationDescription
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the operationDescription property.void
setResponseList
(jakarta.xml.bind.JAXBElement<ArrayOfNumberRangeResponse> value) Sets the value of the responseList property.
-
Constructor Details
-
NumberRangeResponseList
public NumberRangeResponseList()
-
-
Method Details
-
getOperationCode
Gets the value of the operationCode property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setOperationCode
Sets the value of the operationCode property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getOperationDescription
Gets the value of the operationDescription property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setOperationDescription
Sets the value of the operationDescription property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getResponseList
Gets the value of the responseList property.- Returns:
- possible object is
JAXBElement
<
ArrayOfNumberRangeResponse
>
-
setResponseList
Sets the value of the responseList property.- Parameters:
value
- allowed object isJAXBElement
<
ArrayOfNumberRangeResponse
>
-