Class NumberRangeResponse

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

public class NumberRangeResponse extends Object

Java class for NumberRangeResponse complex type

.

The following schema fragment specifies the expected content contained within this class.


 <complexType name="NumberRangeResponse">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="ResolutionNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ResolutionDate" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="Prefix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="FromNumber" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="ToNumber" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="ValidDateFrom" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="ValidDateTo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="TechnicalKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Constructor Details

    • NumberRangeResponse

      public NumberRangeResponse()
  • Method Details

    • getResolutionNumber

      public jakarta.xml.bind.JAXBElement<String> getResolutionNumber()
      Gets the value of the resolutionNumber property.
      Returns:
      possible object is JAXBElement<String>
    • setResolutionNumber

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

      public jakarta.xml.bind.JAXBElement<String> getResolutionDate()
      Gets the value of the resolutionDate property.
      Returns:
      possible object is JAXBElement<String>
    • setResolutionDate

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

      public jakarta.xml.bind.JAXBElement<String> getPrefix()
      Gets the value of the prefix property.
      Returns:
      possible object is JAXBElement<String>
    • setPrefix

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

      public Long getFromNumber()
      Gets the value of the fromNumber property.
      Returns:
      possible object is Long
    • setFromNumber

      public void setFromNumber(Long value)
      Sets the value of the fromNumber property.
      Parameters:
      value - allowed object is Long
    • getToNumber

      public Long getToNumber()
      Gets the value of the toNumber property.
      Returns:
      possible object is Long
    • setToNumber

      public void setToNumber(Long value)
      Sets the value of the toNumber property.
      Parameters:
      value - allowed object is Long
    • getValidDateFrom

      public jakarta.xml.bind.JAXBElement<String> getValidDateFrom()
      Gets the value of the validDateFrom property.
      Returns:
      possible object is JAXBElement<String>
    • setValidDateFrom

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

      public jakarta.xml.bind.JAXBElement<String> getValidDateTo()
      Gets the value of the validDateTo property.
      Returns:
      possible object is JAXBElement<String>
    • setValidDateTo

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

      public jakarta.xml.bind.JAXBElement<String> getTechnicalKey()
      Gets the value of the technicalKey property.
      Returns:
      possible object is JAXBElement<String>
    • setTechnicalKey

      public void setTechnicalKey(jakarta.xml.bind.JAXBElement<String> value)
      Sets the value of the technicalKey property.
      Parameters:
      value - allowed object is JAXBElement<String>