GLS ShipIT
GLS ShipIT - REST services
 All Classes Namespaces Files Functions Variables Enumerator Pages
Public Member Functions | Protected Attributes | List of all members
eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.CustomContent Class Reference

Public Member Functions

byte[] getCustomerLogo ()
 
void setCustomerLogo (byte[] value)
 
String getBarcode ()
 
void setBarcode (String value)
 
BarcodeType getBarcodeType ()
 
void setBarcodeType (BarcodeType value)
 
Boolean isHideShipperAddress ()
 
void setHideShipperAddress (Boolean value)
 

Protected Attributes

byte[] customerLogo
 
String barcode
 
BarcodeType barcodeType
 
Boolean hideShipperAddress
 

Detailed Description

Custom content provided for label generation (f.e. customer logo)

Java class for CustomContent complex type.

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

<complexType name="CustomContent">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="CustomerLogo" type="{http://www.w3.org/2001/XMLSchema}base64Binary" minOccurs="0"/>
        <element name="Barcode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="BarcodeType" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}BarcodeType" minOccurs="0"/>
        <element name="HideShipperAddress" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 44 of file CustomContent.java.

Member Function Documentation

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.CustomContent.getBarcode ( )

Gets the value of the barcode property.

Returns
possible object is String

Definition at line 85 of file CustomContent.java.

BarcodeType eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.CustomContent.getBarcodeType ( )

Gets the value of the barcodeType property.

Returns
possible object is BarcodeType

Definition at line 109 of file CustomContent.java.

byte [] eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.CustomContent.getCustomerLogo ( )

Gets the value of the customerLogo property.

Returns
possible object is byte[]

Definition at line 62 of file CustomContent.java.

Boolean eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.CustomContent.isHideShipperAddress ( )

Gets the value of the hideShipperAddress property.

Returns
possible object is Boolean

Definition at line 133 of file CustomContent.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.CustomContent.setBarcode ( String  value)

Sets the value of the barcode property.

Parameters
valueallowed object is String

Definition at line 97 of file CustomContent.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.CustomContent.setBarcodeType ( BarcodeType  value)

Sets the value of the barcodeType property.

Parameters
valueallowed object is BarcodeType

Definition at line 121 of file CustomContent.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.CustomContent.setCustomerLogo ( byte[]  value)

Sets the value of the customerLogo property.

Parameters
valueallowed object is byte[]

Definition at line 73 of file CustomContent.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.CustomContent.setHideShipperAddress ( Boolean  value)

Sets the value of the hideShipperAddress property.

Parameters
valueallowed object is Boolean

Definition at line 145 of file CustomContent.java.

Member Data Documentation

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.CustomContent.barcode
protected

Definition at line 49 of file CustomContent.java.

BarcodeType eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.CustomContent.barcodeType
protected

Definition at line 51 of file CustomContent.java.

byte [] eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.CustomContent.customerLogo
protected

Definition at line 47 of file CustomContent.java.

Boolean eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.CustomContent.hideShipperAddress
protected

Definition at line 53 of file CustomContent.java.


The documentation for this class was generated from the following file: