Class GetNumberingRange

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

public class GetNumberingRange extends Object

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 Details

    • GetNumberingRange

      public GetNumberingRange()
  • Method Details

    • getAccountCode

      public jakarta.xml.bind.JAXBElement<String> getAccountCode()
      Gets the value of the accountCode property.
      Returns:
      possible object is JAXBElement<String>
    • setAccountCode

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

      public jakarta.xml.bind.JAXBElement<String> getAccountCodeT()
      Gets the value of the accountCodeT property.
      Returns:
      possible object is JAXBElement<String>
    • setAccountCodeT

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

      public jakarta.xml.bind.JAXBElement<String> getSoftwareCode()
      Gets the value of the softwareCode property.
      Returns:
      possible object is JAXBElement<String>
    • setSoftwareCode

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