public class MaritimeTransportType extends Object
Java class for MaritimeTransportType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MaritimeTransportType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}VesselID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}VesselName" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}RadioCallSignID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ShipsRequirements" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}GrossTonnageMeasure" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}NetTonnageMeasure" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}RegistryCertificateDocumentReference" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}RegistryPortLocation" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected GrossTonnageMeasureType |
grossTonnageMeasure |
protected NetTonnageMeasureType |
netTonnageMeasure |
protected RadioCallSignIDType |
radioCallSignID |
protected DocumentReferenceType |
registryCertificateDocumentReference |
protected LocationType |
registryPortLocation |
protected List<ShipsRequirementsType> |
shipsRequirements |
protected VesselIDType |
vesselID |
protected VesselNameType |
vesselName |
| Constructor and Description |
|---|
MaritimeTransportType() |
| Modifier and Type | Method and Description |
|---|---|
GrossTonnageMeasureType |
getGrossTonnageMeasure()
Gets the value of the grossTonnageMeasure property.
|
NetTonnageMeasureType |
getNetTonnageMeasure()
Gets the value of the netTonnageMeasure property.
|
RadioCallSignIDType |
getRadioCallSignID()
Gets the value of the radioCallSignID property.
|
DocumentReferenceType |
getRegistryCertificateDocumentReference()
Gets the value of the registryCertificateDocumentReference property.
|
LocationType |
getRegistryPortLocation()
Gets the value of the registryPortLocation property.
|
List<ShipsRequirementsType> |
getShipsRequirements()
Gets the value of the shipsRequirements property.
|
VesselIDType |
getVesselID()
Gets the value of the vesselID property.
|
VesselNameType |
getVesselName()
Gets the value of the vesselName property.
|
void |
setGrossTonnageMeasure(GrossTonnageMeasureType value)
Sets the value of the grossTonnageMeasure property.
|
void |
setNetTonnageMeasure(NetTonnageMeasureType value)
Sets the value of the netTonnageMeasure property.
|
void |
setRadioCallSignID(RadioCallSignIDType value)
Sets the value of the radioCallSignID property.
|
void |
setRegistryCertificateDocumentReference(DocumentReferenceType value)
Sets the value of the registryCertificateDocumentReference property.
|
void |
setRegistryPortLocation(LocationType value)
Sets the value of the registryPortLocation property.
|
void |
setVesselID(VesselIDType value)
Sets the value of the vesselID property.
|
void |
setVesselName(VesselNameType value)
Sets the value of the vesselName property.
|
protected VesselIDType vesselID
protected VesselNameType vesselName
protected RadioCallSignIDType radioCallSignID
protected List<ShipsRequirementsType> shipsRequirements
protected GrossTonnageMeasureType grossTonnageMeasure
protected NetTonnageMeasureType netTonnageMeasure
protected DocumentReferenceType registryCertificateDocumentReference
protected LocationType registryPortLocation
public VesselIDType getVesselID()
VesselIDTypepublic void setVesselID(VesselIDType value)
value - allowed object is
VesselIDTypepublic VesselNameType getVesselName()
VesselNameTypepublic void setVesselName(VesselNameType value)
value - allowed object is
VesselNameTypepublic RadioCallSignIDType getRadioCallSignID()
RadioCallSignIDTypepublic void setRadioCallSignID(RadioCallSignIDType value)
value - allowed object is
RadioCallSignIDTypepublic List<ShipsRequirementsType> getShipsRequirements()
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 shipsRequirements property.
For example, to add a new item, do as follows:
getShipsRequirements().add(newItem);
Objects of the following type(s) are allowed in the list
ShipsRequirementsType
public GrossTonnageMeasureType getGrossTonnageMeasure()
GrossTonnageMeasureTypepublic void setGrossTonnageMeasure(GrossTonnageMeasureType value)
value - allowed object is
GrossTonnageMeasureTypepublic NetTonnageMeasureType getNetTonnageMeasure()
NetTonnageMeasureTypepublic void setNetTonnageMeasure(NetTonnageMeasureType value)
value - allowed object is
NetTonnageMeasureTypepublic DocumentReferenceType getRegistryCertificateDocumentReference()
DocumentReferenceTypepublic void setRegistryCertificateDocumentReference(DocumentReferenceType value)
value - allowed object is
DocumentReferenceTypepublic LocationType getRegistryPortLocation()
LocationTypepublic void setRegistryPortLocation(LocationType value)
value - allowed object is
LocationTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.