@CodingStyleguideUnaware public class TransportationSegmentType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
TransportationSegmentType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addShipmentStage(ShipmentStageType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
TransportationSegmentType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(TransportationSegmentType ret)
This method clones all values from <code>this</code> to the passed object.
|
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
ConsignmentType |
getReferencedConsignment()
<pre>
<?
|
SequenceNumericType |
getSequenceNumeric()
<pre>
<?
|
BigDecimal |
getSequenceNumericValue()
Get the value of the contained SequenceNumericType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<ShipmentStageType> |
getShipmentStage()
<pre>
<?
|
ShipmentStageType |
getShipmentStageAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getShipmentStageCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
TransportationServiceType |
getTransportationService()
<pre>
<?
|
TransportExecutionPlanReferenceIDType |
getTransportExecutionPlanReferenceID()
<pre>
<?
|
String |
getTransportExecutionPlanReferenceIDValue()
Get the value of the contained TransportExecutionPlanReferenceIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
PartyType |
getTransportServiceProviderParty()
<pre>
<?
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoShipmentStageEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasShipmentStageEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setReferencedConsignment(ConsignmentType value)
Sets the value of the referencedConsignment property.
|
SequenceNumericType |
setSequenceNumeric(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setSequenceNumeric(SequenceNumericType value)
Sets the value of the sequenceNumeric property.
|
void |
setShipmentStage(List<ShipmentStageType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setTransportationService(TransportationServiceType value)
Sets the value of the transportationService property.
|
TransportExecutionPlanReferenceIDType |
setTransportExecutionPlanReferenceID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setTransportExecutionPlanReferenceID(TransportExecutionPlanReferenceIDType value)
Sets the value of the transportExecutionPlanReferenceID property.
|
void |
setTransportServiceProviderParty(PartyType value)
Sets the value of the transportServiceProviderParty property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public TransportationSegmentType()
@Nullable public SequenceNumericType getSequenceNumeric()
SequenceNumericTypepublic void setSequenceNumeric(@Nullable SequenceNumericType value)
value - allowed object is
SequenceNumericType@Nullable public TransportExecutionPlanReferenceIDType getTransportExecutionPlanReferenceID()
TransportExecutionPlanReferenceIDTypepublic void setTransportExecutionPlanReferenceID(@Nullable TransportExecutionPlanReferenceIDType value)
value - allowed object is
TransportExecutionPlanReferenceIDType@Nullable public TransportationServiceType getTransportationService()
TransportationServiceTypepublic void setTransportationService(@Nullable TransportationServiceType value)
value - allowed object is
TransportationServiceType@Nullable public PartyType getTransportServiceProviderParty()
PartyTypepublic void setTransportServiceProviderParty(@Nullable PartyType value)
value - allowed object is
PartyType@Nullable public ConsignmentType getReferencedConsignment()
ConsignmentTypepublic void setReferencedConsignment(@Nullable ConsignmentType value)
value - allowed object is
ConsignmentType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ShipmentStageType> getShipmentStage()
ShipmentStageTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setShipmentStage(@Nullable List<ShipmentStageType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasShipmentStageEntries()
public boolean hasNoShipmentStageEntries()
@Nonnegative public int getShipmentStageCount()
@Nullable public ShipmentStageType getShipmentStageAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addShipmentStage(@Nonnull ShipmentStageType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull TransportationSegmentType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public TransportationSegmentType clone()
@Nonnull public TransportExecutionPlanReferenceIDType setTransportExecutionPlanReferenceID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public SequenceNumericType setSequenceNumeric(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public BigDecimal getSequenceNumericValue()
@Nullable public String getTransportExecutionPlanReferenceIDValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.