Class NumberRangeResponseList

java.lang.Object
org.coderic.ws.dian.wsdl.NumberRangeResponseList

public class NumberRangeResponseList extends Object

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 Details

    • NumberRangeResponseList

      public NumberRangeResponseList()
  • Method Details

    • getOperationCode

      public jakarta.xml.bind.JAXBElement<String> getOperationCode()
      Gets the value of the operationCode property.
      Returns:
      possible object is JAXBElement<String>
    • setOperationCode

      public void setOperationCode(jakarta.xml.bind.JAXBElement<String> value)
      Sets the value of the operationCode property.
      Parameters:
      value - allowed object is JAXBElement<String>
    • getOperationDescription

      public jakarta.xml.bind.JAXBElement<String> getOperationDescription()
      Gets the value of the operationDescription property.
      Returns:
      possible object is JAXBElement<String>
    • setOperationDescription

      public void setOperationDescription(jakarta.xml.bind.JAXBElement<String> value)
      Sets the value of the operationDescription property.
      Parameters:
      value - allowed object is JAXBElement<String>
    • getResponseList

      public jakarta.xml.bind.JAXBElement<ArrayOfNumberRangeResponse> getResponseList()
      Gets the value of the responseList property.
      Returns:
      possible object is JAXBElement<ArrayOfNumberRangeResponse>
    • setResponseList

      public void setResponseList(jakarta.xml.bind.JAXBElement<ArrayOfNumberRangeResponse> value)
      Sets the value of the responseList property.
      Parameters:
      value - allowed object is JAXBElement<ArrayOfNumberRangeResponse>