com.aggregator
Class HandlingReport

java.lang.Object
  extended by com.aggregator.HandlingReport

public class HandlingReport
extends java.lang.Object

Java class for handlingReport complex type.

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

 <complexType name="handlingReport">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="completionTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="trackingIds" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="unLocode" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="voyageNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  javax.xml.datatype.XMLGregorianCalendar completionTime
           
protected  java.util.List<java.lang.String> trackingIds
           
protected  java.lang.String type
           
protected  java.lang.String unLocode
           
protected  java.lang.String voyageNumber
           
 
Constructor Summary
HandlingReport()
           
 
Method Summary
 javax.xml.datatype.XMLGregorianCalendar getCompletionTime()
          Gets the value of the completionTime property.
 java.util.List<java.lang.String> getTrackingIds()
          Gets the value of the trackingIds property.
 java.lang.String getType()
          Gets the value of the type property.
 java.lang.String getUnLocode()
          Gets the value of the unLocode property.
 java.lang.String getVoyageNumber()
          Gets the value of the voyageNumber property.
 void setCompletionTime(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the completionTime property.
 void setType(java.lang.String value)
          Sets the value of the type property.
 void setUnLocode(java.lang.String value)
          Sets the value of the unLocode property.
 void setVoyageNumber(java.lang.String value)
          Sets the value of the voyageNumber property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

completionTime

protected javax.xml.datatype.XMLGregorianCalendar completionTime

trackingIds

protected java.util.List<java.lang.String> trackingIds

type

protected java.lang.String type

unLocode

protected java.lang.String unLocode

voyageNumber

protected java.lang.String voyageNumber
Constructor Detail

HandlingReport

public HandlingReport()
Method Detail

getCompletionTime

public javax.xml.datatype.XMLGregorianCalendar getCompletionTime()
Gets the value of the completionTime property.

Returns:
possible object is XMLGregorianCalendar

setCompletionTime

public void setCompletionTime(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the completionTime property.

Parameters:
value - allowed object is XMLGregorianCalendar

getTrackingIds

public java.util.List<java.lang.String> getTrackingIds()
Gets the value of the trackingIds property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the trackingIds property.

For example, to add a new item, do as follows:

    getTrackingIds().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getType

public java.lang.String getType()
Gets the value of the type property.

Returns:
possible object is String

setType

public void setType(java.lang.String value)
Sets the value of the type property.

Parameters:
value - allowed object is String

getUnLocode

public java.lang.String getUnLocode()
Gets the value of the unLocode property.

Returns:
possible object is String

setUnLocode

public void setUnLocode(java.lang.String value)
Sets the value of the unLocode property.

Parameters:
value - allowed object is String

getVoyageNumber

public java.lang.String getVoyageNumber()
Gets the value of the voyageNumber property.

Returns:
possible object is String

setVoyageNumber

public void setVoyageNumber(java.lang.String value)
Sets the value of the voyageNumber property.

Parameters:
value - allowed object is String


Copyright © 2009. All Rights Reserved.