Class OutputBarcode


  • public class OutputBarcode
    extends Object
    Definition: BarCode content to display or print. -- Usage: Various usage of barcode

    Java class for OutputBarcode complex type.

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

     <complexType name="OutputBarcode">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <attribute name="BarcodeValue" use="required" type="{}BarcodeValue" />
           <attribute name="BarcodeType" type="{}BarcodeType" default="EAN13" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • barcodeValue

        protected String barcodeValue
    • Constructor Detail

      • OutputBarcode

        public OutputBarcode()
    • Method Detail

      • getBarcodeValue

        public String getBarcodeValue()
        Gets the value of the barcodeValue property.
        Returns:
        possible object is String
      • setBarcodeValue

        public void setBarcodeValue​(String value)
        Sets the value of the barcodeValue property.
        Parameters:
        value - allowed object is String
      • getBarcodeType

        public BarcodeType getBarcodeType()
        Gets the value of the barcodeType property.
        Returns:
        possible object is BarcodeType
      • setBarcodeType

        public void setBarcodeType​(BarcodeType value)
        Sets the value of the barcodeType property.
        Parameters:
        value - allowed object is BarcodeType