Package org.coderic.ws.dian.wsdl
Class GetNumberingRange
java.lang.Object
org.coderic.ws.dian.wsdl.GetNumberingRange
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="accountCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="accountCodeT" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="softwareCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<String>
Gets the value of the accountCode property.jakarta.xml.bind.JAXBElement<String>
Gets the value of the accountCodeT property.jakarta.xml.bind.JAXBElement<String>
Gets the value of the softwareCode property.void
setAccountCode
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the accountCode property.void
setAccountCodeT
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the accountCodeT property.void
setSoftwareCode
(jakarta.xml.bind.JAXBElement<String> value) Sets the value of the softwareCode property.
-
Constructor Details
-
GetNumberingRange
public GetNumberingRange()
-
-
Method Details
-
getAccountCode
Gets the value of the accountCode property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setAccountCode
Sets the value of the accountCode property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getAccountCodeT
Gets the value of the accountCodeT property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setAccountCodeT
Sets the value of the accountCodeT property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-
getSoftwareCode
Gets the value of the softwareCode property.- Returns:
- possible object is
JAXBElement
<
String
>
-
setSoftwareCode
Sets the value of the softwareCode property.- Parameters:
value
- allowed object isJAXBElement
<
String
>
-