Class BillingType

  • All Implemented Interfaces:
    ParameterInterface

    public class BillingType
    extends Object
    implements ParameterInterface
     <?xml version="1.0" encoding="UTF-8"?><p xmlns:p20622_="https://jakarta.ee/xml/ns/jaxb" xmlns:p420076_="http://jaxb2-commons.dev.java.net/basic/inheritance" xmlns:tns="http://schema.webpdf.de/1.0/operation" xmlns:xs="http://www.w3.org/2001/XMLSchema">The <code>billing</code> element can be used to affect the values that are written to the server's statistics logs (called "billing logs") for the web service call.
                     </p>
     

    Java class for BillingType complex type.

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

    
     <complexType name="BillingType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="customerCode" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="userName" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
           <attribute name="applicationName" type="{http://www.w3.org/2001/XMLSchema}string" default="external" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • customerCode

        protected String customerCode
      • userName

        protected String userName
      • applicationName

        protected String applicationName
    • Constructor Detail

      • BillingType

        public BillingType()
    • Method Detail

      • getCustomerCode

        public String getCustomerCode()
        Gets the value of the customerCode property.
        Returns:
        possible object is String
      • setCustomerCode

        public void setCustomerCode​(String value)
        Sets the value of the customerCode property.
        Parameters:
        value - allowed object is String
      • isSetCustomerCode

        public boolean isSetCustomerCode()
      • getUserName

        public String getUserName()
        Gets the value of the userName property.
        Returns:
        possible object is String
      • setUserName

        public void setUserName​(String value)
        Sets the value of the userName property.
        Parameters:
        value - allowed object is String
      • isSetUserName

        public boolean isSetUserName()
      • getApplicationName

        public String getApplicationName()
        Gets the value of the applicationName property.
        Returns:
        possible object is String
      • setApplicationName

        public void setApplicationName​(String value)
        Sets the value of the applicationName property.
        Parameters:
        value - allowed object is String
      • isSetApplicationName

        public boolean isSetApplicationName()