Package org.coderic.ws.dian.wsdl
Class NumberRangeResponse
java.lang.Object
org.coderic.ws.dian.wsdl.NumberRangeResponse
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the fromNumber property.jakarta.xml.bind.JAXBElement<String>
Gets the value of the prefix property.jakarta.xml.bind.JAXBElement<String>
Gets the value of the resolutionDate property.jakarta.xml.bind.JAXBElement<String>
Gets the value of the resolutionNumber property.jakarta.xml.bind.JAXBElement<String>
Gets the value of the technicalKey property.Gets the value of the toNumber property.jakarta.xml.bind.JAXBElement<String>
Gets the value of the validDateFrom property.jakarta.xml.bind.JAXBElement<String>
Gets the value of the validDateTo property.void
setFromNumber
(Long value) Sets the value of the fromNumber property.void
Sets the value of the prefix property.void
setResolutionDate
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the resolutionDate property.void
setResolutionNumber
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the resolutionNumber property.void
setTechnicalKey
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the technicalKey property.void
setToNumber
(Long value) Sets the value of the toNumber property.void
setValidDateFrom
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the validDateFrom property.void
setValidDateTo
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the validDateTo property.
-
Constructor Details
-
NumberRangeResponse
public NumberRangeResponse()
-
-
Method Details
-
getResolutionNumber
Gets the value of the resolutionNumber property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setResolutionNumber
Sets the value of the resolutionNumber property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getResolutionDate
Gets the value of the resolutionDate property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setResolutionDate
Sets the value of the resolutionDate property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getPrefix
Gets the value of the prefix property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setPrefix
Sets the value of the prefix property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getFromNumber
Gets the value of the fromNumber property.- Returns:
- possible object is
Long
-
setFromNumber
Sets the value of the fromNumber property.- Parameters:
value
- allowed object isLong
-
getToNumber
Gets the value of the toNumber property.- Returns:
- possible object is
Long
-
setToNumber
Sets the value of the toNumber property.- Parameters:
value
- allowed object isLong
-
getValidDateFrom
Gets the value of the validDateFrom property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setValidDateFrom
Sets the value of the validDateFrom property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getValidDateTo
Gets the value of the validDateTo property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setValidDateTo
Sets the value of the validDateTo property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getTechnicalKey
Gets the value of the technicalKey property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setTechnicalKey
Sets the value of the technicalKey property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-