@CodingStyleguideUnaware public class TransportMeansType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ABIE</ccts:ComponentType><ccts:DictionaryEntryName>Transport Means. Details</ccts:DictionaryEntryName><ccts:Definition>A class to describe a particular vehicle or vessel used for the conveyance of goods or persons.</ccts:Definition><ccts:ObjectClass>Transport Means</ccts:ObjectClass><ccts:AlternativeBusinessTerms>Conveyance</ccts:AlternativeBusinessTerms></ccts:Component>
Java class for TransportMeansType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransportMeansType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}JourneyID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}RegistrationNationalityID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}RegistrationNationality" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}DirectionCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TransportMeansTypeCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TradeServiceCode" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Stowage" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AirTransport" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}RoadTransport" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}RailTransport" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}MaritimeTransport" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}OwnerParty" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}MeasurementDimension" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-list-extension
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
TransportMeansType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addMeasurementDimension(DimensionType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addRegistrationNationality(RegistrationNationalityType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
TransportMeansType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(TransportMeansType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
AirTransportType |
getAirTransport()
<?
|
DirectionCodeType |
getDirectionCode()
<?
|
String |
getDirectionCodeValue()
Get the value of the contained DirectionCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
JourneyIDType |
getJourneyID()
<?
|
String |
getJourneyIDValue()
Get the value of the contained JourneyIDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
MaritimeTransportType |
getMaritimeTransport()
<?
|
List<DimensionType> |
getMeasurementDimension()
<?
|
DimensionType |
getMeasurementDimensionAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getMeasurementDimensionCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
PartyType |
getOwnerParty()
<?
|
RailTransportType |
getRailTransport()
<?
|
List<RegistrationNationalityType> |
getRegistrationNationality()
<?
|
RegistrationNationalityType |
getRegistrationNationalityAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getRegistrationNationalityCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
RegistrationNationalityIDType |
getRegistrationNationalityID()
<?
|
String |
getRegistrationNationalityIDValue()
Get the value of the contained RegistrationNationalityIDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
RoadTransportType |
getRoadTransport()
<?
|
StowageType |
getStowage()
<?
|
TradeServiceCodeType |
getTradeServiceCode()
<?
|
String |
getTradeServiceCodeValue()
Get the value of the contained TradeServiceCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
TransportMeansTypeCodeType |
getTransportMeansTypeCode()
<?
|
String |
getTransportMeansTypeCodeValue()
Get the value of the contained TransportMeansTypeCodeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasMeasurementDimensionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoMeasurementDimensionEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoRegistrationNationalityEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasRegistrationNationalityEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAirTransport(AirTransportType value)
Sets the value of the airTransport property.
|
void |
setDirectionCode(DirectionCodeType value)
Sets the value of the directionCode property.
|
DirectionCodeType |
setDirectionCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setJourneyID(JourneyIDType value)
Sets the value of the journeyID property.
|
JourneyIDType |
setJourneyID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setMaritimeTransport(MaritimeTransportType value)
Sets the value of the maritimeTransport property.
|
void |
setMeasurementDimension(List<DimensionType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setOwnerParty(PartyType value)
Sets the value of the ownerParty property.
|
void |
setRailTransport(RailTransportType value)
Sets the value of the railTransport property.
|
void |
setRegistrationNationality(List<RegistrationNationalityType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setRegistrationNationalityID(RegistrationNationalityIDType value)
Sets the value of the registrationNationalityID property.
|
RegistrationNationalityIDType |
setRegistrationNationalityID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setRoadTransport(RoadTransportType value)
Sets the value of the roadTransport property.
|
void |
setStowage(StowageType value)
Sets the value of the stowage property.
|
TradeServiceCodeType |
setTradeServiceCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setTradeServiceCode(TradeServiceCodeType value)
Sets the value of the tradeServiceCode property.
|
TransportMeansTypeCodeType |
setTransportMeansTypeCode(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setTransportMeansTypeCode(TransportMeansTypeCodeType value)
Sets the value of the transportMeansTypeCode property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public TransportMeansType()
@Nullable public JourneyIDType getJourneyID()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Transport Means. Journey Identifier. Identifier</ccts:DictionaryEntryName><ccts:Definition>An identifier for the regular service schedule of this means of transport.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Transport Means</ccts:ObjectClass><ccts:PropertyTerm>Journey Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType><ccts:AlternativeBusinessTerms>Voyage Number, Scheduled Conveyance Identifier (WCO ID 205), Flight Number</ccts:AlternativeBusinessTerms></ccts:Component>
JourneyIDTypepublic void setJourneyID(@Nullable JourneyIDType value)
value - allowed object is
JourneyIDType@Nullable public RegistrationNationalityIDType getRegistrationNationalityID()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Transport Means. Registration_ Nationality Identifier. Identifier</ccts:DictionaryEntryName><ccts:Definition>An identifier for the country in which this means of transport is registered.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Transport Means</ccts:ObjectClass><ccts:PropertyTermQualifier>Registration</ccts:PropertyTermQualifier><ccts:PropertyTerm>Nationality Identifier</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType><ccts:AlternativeBusinessTerms>Nationality of Means of Transport (WCO 175, 178 and 179)</ccts:AlternativeBusinessTerms><ccts:Examples>LIB </ccts:Examples></ccts:Component>
RegistrationNationalityIDTypepublic void setRegistrationNationalityID(@Nullable RegistrationNationalityIDType value)
value - allowed object is
RegistrationNationalityIDType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<RegistrationNationalityType> getRegistrationNationality()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Transport Means. Registration_ Nationality. Text</ccts:DictionaryEntryName><ccts:Definition>Text describing the country in which this means of transport is registered.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Transport Means</ccts:ObjectClass><ccts:PropertyTermQualifier>Registration</ccts:PropertyTermQualifier><ccts:PropertyTerm>Nationality</ccts:PropertyTerm><ccts:RepresentationTerm>Text</ccts:RepresentationTerm><ccts:DataType>Text. Type</ccts:DataType><ccts:AlternativeBusinessTerms>Flag of Vessel, Nationality of Ship</ccts:AlternativeBusinessTerms><ccts:Examples>Liberia</ccts:Examples></ccts:Component>Gets the value of the registrationNationality 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 registrationNationality property.
For example, to add a new item, do as follows:
getRegistrationNationality().add(newItem);
Objects of the following type(s) are allowed in the list
RegistrationNationalityType
@Nullable public DirectionCodeType getDirectionCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Transport Means. Direction Code. Code</ccts:DictionaryEntryName><ccts:Definition>A code signifying the direction of this means of transport.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Transport Means</ccts:ObjectClass><ccts:PropertyTerm>Direction Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType><ccts:AlternativeBusinessTerms>Transit Direction</ccts:AlternativeBusinessTerms><ccts:Examples>North , East </ccts:Examples></ccts:Component>
DirectionCodeTypepublic void setDirectionCode(@Nullable DirectionCodeType value)
value - allowed object is
DirectionCodeType@Nullable public TransportMeansTypeCodeType getTransportMeansTypeCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Transport Means. Transport Means Type Code. Code</ccts:DictionaryEntryName><ccts:Definition>A code signifying the type of this means of transport (truck, vessel, etc.).</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Transport Means</ccts:ObjectClass><ccts:PropertyTerm>Transport Means Type Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType></ccts:Component>
TransportMeansTypeCodeTypepublic void setTransportMeansTypeCode(@Nullable TransportMeansTypeCodeType value)
value - allowed object is
TransportMeansTypeCodeType@Nullable public TradeServiceCodeType getTradeServiceCode()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Transport Means. Trade Service Code. Code</ccts:DictionaryEntryName><ccts:Definition>A code signifying the service regularly provided by the carrier operating this means of transport.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Transport Means</ccts:ObjectClass><ccts:PropertyTerm>Trade Service Code</ccts:PropertyTerm><ccts:RepresentationTerm>Code</ccts:RepresentationTerm><ccts:DataType>Code. Type</ccts:DataType></ccts:Component>
TradeServiceCodeTypepublic void setTradeServiceCode(@Nullable TradeServiceCodeType value)
value - allowed object is
TradeServiceCodeType@Nullable public StowageType getStowage()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Transport Means. Stowage</ccts:DictionaryEntryName><ccts:Definition>The location within the means of transport where goods are to be or have been stowed.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Transport Means</ccts:ObjectClass><ccts:PropertyTerm>Stowage</ccts:PropertyTerm><ccts:AssociatedObjectClass>Stowage</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Stowage</ccts:RepresentationTerm></ccts:Component>
StowageTypepublic void setStowage(@Nullable StowageType value)
value - allowed object is
StowageType@Nullable public AirTransportType getAirTransport()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Transport Means. Air Transport</ccts:DictionaryEntryName><ccts:Definition>An aircraft used for transport.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Transport Means</ccts:ObjectClass><ccts:PropertyTerm>Air Transport</ccts:PropertyTerm><ccts:AssociatedObjectClass>Air Transport</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Air Transport</ccts:RepresentationTerm></ccts:Component>
AirTransportTypepublic void setAirTransport(@Nullable AirTransportType value)
value - allowed object is
AirTransportType@Nullable public RoadTransportType getRoadTransport()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Transport Means. Road Transport</ccts:DictionaryEntryName><ccts:Definition>A vehicle used for road transport.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Transport Means</ccts:ObjectClass><ccts:PropertyTerm>Road Transport</ccts:PropertyTerm><ccts:AssociatedObjectClass>Road Transport</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Road Transport</ccts:RepresentationTerm></ccts:Component>
RoadTransportTypepublic void setRoadTransport(@Nullable RoadTransportType value)
value - allowed object is
RoadTransportType@Nullable public RailTransportType getRailTransport()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Transport Means. Rail Transport</ccts:DictionaryEntryName><ccts:Definition>Equipment used for rail transport.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Transport Means</ccts:ObjectClass><ccts:PropertyTerm>Rail Transport</ccts:PropertyTerm><ccts:AssociatedObjectClass>Rail Transport</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Rail Transport</ccts:RepresentationTerm></ccts:Component>
RailTransportTypepublic void setRailTransport(@Nullable RailTransportType value)
value - allowed object is
RailTransportType@Nullable public MaritimeTransportType getMaritimeTransport()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Transport Means. Maritime Transport</ccts:DictionaryEntryName><ccts:Definition>A vessel used for transport by water (not only by sea).</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Transport Means</ccts:ObjectClass><ccts:PropertyTerm>Maritime Transport</ccts:PropertyTerm><ccts:AssociatedObjectClass>Maritime Transport</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Maritime Transport</ccts:RepresentationTerm></ccts:Component>
MaritimeTransportTypepublic void setMaritimeTransport(@Nullable MaritimeTransportType value)
value - allowed object is
MaritimeTransportType@Nullable public PartyType getOwnerParty()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Transport Means. Owner_ Party. Party</ccts:DictionaryEntryName><ccts:Definition>The party that owns this means of transport.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Transport Means</ccts:ObjectClass><ccts:PropertyTermQualifier>Owner</ccts:PropertyTermQualifier><ccts:PropertyTerm>Party</ccts:PropertyTerm><ccts:AssociatedObjectClass>Party</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Party</ccts:RepresentationTerm></ccts:Component>
PartyTypepublic void setOwnerParty(@Nullable PartyType value)
value - allowed object is
PartyType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<DimensionType> getMeasurementDimension()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Transport Means. Measurement_ Dimension. Dimension</ccts:DictionaryEntryName><ccts:Definition>A measurable dimension (length, mass, weight, or volume) of this means of transport.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Transport Means</ccts:ObjectClass><ccts:PropertyTermQualifier>Measurement</ccts:PropertyTermQualifier><ccts:PropertyTerm>Dimension</ccts:PropertyTerm><ccts:AssociatedObjectClass>Dimension</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Dimension</ccts:RepresentationTerm></ccts:Component>Gets the value of the measurementDimension 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 measurementDimension property.
For example, to add a new item, do as follows:
getMeasurementDimension().add(newItem);
Objects of the following type(s) are allowed in the list
DimensionType
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setRegistrationNationality(@Nullable List<RegistrationNationalityType> aList)
aList - The new list member to set. May be null.public void setMeasurementDimension(@Nullable List<DimensionType> aList)
aList - The new list member to set. May be null.public boolean hasRegistrationNationalityEntries()
true if at least one item is contained, false otherwise.public boolean hasNoRegistrationNationalityEntries()
true if no item is contained, false otherwise.@Nonnegative public int getRegistrationNationalityCount()
@Nullable public RegistrationNationalityType getRegistrationNationalityAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addRegistrationNationality(@Nonnull RegistrationNationalityType elem)
elem - The element to be added. May not be null.public boolean hasMeasurementDimensionEntries()
true if at least one item is contained, false otherwise.public boolean hasNoMeasurementDimensionEntries()
true if no item is contained, false otherwise.@Nonnegative public int getMeasurementDimensionCount()
@Nullable public DimensionType getMeasurementDimensionAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addMeasurementDimension(@Nonnull DimensionType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull TransportMeansType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public TransportMeansType clone()
@Nonnull public DirectionCodeType setDirectionCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TransportMeansTypeCodeType setTransportMeansTypeCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public TradeServiceCodeType setTradeServiceCode(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public JourneyIDType setJourneyID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public RegistrationNationalityIDType setRegistrationNationalityID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getJourneyIDValue()
null@Nullable public String getRegistrationNationalityIDValue()
null@Nullable public String getDirectionCodeValue()
null@Nullable public String getTransportMeansTypeCodeValue()
nullCopyright © 2014–2020 Philip Helger. All rights reserved.