@CodingStyleguideUnaware public class OrderedShipmentType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
OrderedShipmentType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addPackage(PackageType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
OrderedShipmentType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(OrderedShipmentType 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
|
List<PackageType> |
getPackage()
<pre>
<?
|
PackageType |
getPackageAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getPackageCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
ShipmentType |
getShipment()
<pre>
<?
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoPackageEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasPackageEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setPackage(List<PackageType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setShipment(ShipmentType value)
Sets the value of the shipment property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public OrderedShipmentType()
@Nullable public ShipmentType getShipment()
ShipmentTypepublic void setShipment(@Nullable ShipmentType value)
value - allowed object is
ShipmentType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<PackageType> getPackage()
PackageTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setPackage(@Nullable List<PackageType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasPackageEntries()
public boolean hasNoPackageEntries()
@Nonnegative public int getPackageCount()
@Nullable public PackageType getPackageAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addPackage(@Nonnull PackageType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull OrderedShipmentType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public OrderedShipmentType clone()
Copyright © 2017–2021 Philip Helger. All rights reserved.