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.common.HazardousGood Class Reference

Public Member Functions

String getGLSHazNo ()
 
void setGLSHazNo (String value)
 
BigDecimal getWeight ()
 
void setWeight (BigDecimal value)
 

Protected Attributes

String glsHazNo
 
BigDecimal weight
 

Detailed Description

Hazardous good item attributes

Java class for HazardousGood complex type.

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

<complexType name="HazardousGood">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="GLSHazNo" type="{http://fpcs.gls-group.eu/v1/Common}HazardousNumber"/>
        <element name="Weight" type="{http://fpcs.gls-group.eu/v1/Common}Weight"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 42 of file HazardousGood.java.

Member Function Documentation

String eu.glsgroup.fpcs.datatypes.soap.v1.common.HazardousGood.getGLSHazNo ( )

Gets the value of the glsHazNo property.

Returns
possible object is String

Definition at line 58 of file HazardousGood.java.

BigDecimal eu.glsgroup.fpcs.datatypes.soap.v1.common.HazardousGood.getWeight ( )

Gets the value of the weight property.

Returns
possible object is String

Definition at line 82 of file HazardousGood.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.common.HazardousGood.setGLSHazNo ( String  value)

Sets the value of the glsHazNo property.

Parameters
valueallowed object is String

Definition at line 70 of file HazardousGood.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.common.HazardousGood.setWeight ( BigDecimal  value)

Sets the value of the weight property.

Parameters
valueallowed object is String

Definition at line 94 of file HazardousGood.java.

Member Data Documentation

String eu.glsgroup.fpcs.datatypes.soap.v1.common.HazardousGood.glsHazNo
protected

Definition at line 45 of file HazardousGood.java.

BigDecimal eu.glsgroup.fpcs.datatypes.soap.v1.common.HazardousGood.weight
protected

Definition at line 48 of file HazardousGood.java.


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