|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.aggregator.HandlingReport
public class HandlingReport
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 |
|---|
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 Detail |
|---|
public HandlingReport()
| Method Detail |
|---|
public javax.xml.datatype.XMLGregorianCalendar getCompletionTime()
XMLGregorianCalendarpublic void setCompletionTime(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.util.List<java.lang.String> getTrackingIds()
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
public java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getUnLocode()
Stringpublic void setUnLocode(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVoyageNumber()
Stringpublic void setVoyageNumber(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||