@CodingStyleguideUnaware public class ShipStoreArticleType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
ShipStoreArticleType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addOfficialUse(OfficialUseType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
ShipStoreArticleType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(ShipStoreArticleType 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
|
IDType |
getID()
Gets the value of the id property.
|
String |
getIDValue()
Get the value of the contained IDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
NameType |
getName()
Gets the value of the name property.
|
String |
getNameValue()
Get the value of the contained NameType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
List<OfficialUseType> |
getOfficialUse()
Gets the value of the officialUse property.
|
OfficialUseType |
getOfficialUseAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getOfficialUseCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
QuantityType |
getQuantity()
Gets the value of the quantity property.
|
BigDecimal |
getQuantityValue()
Get the value of the contained QuantityType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
StowageType |
getStowage()
Gets the value of the stowage property.
|
UBLExtensionsType |
getUBLExtensions()
Gets the value of the ublExtensions property.
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoOfficialUseEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasOfficialUseEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setID(IDType value)
Sets the value of the id property.
|
IDType |
setID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setName(NameType value)
Sets the value of the name property.
|
NameType |
setName(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setOfficialUse(List<OfficialUseType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
QuantityType |
setQuantity(BigDecimal valueParam)
Special setter with value of type BigDecimal<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setQuantity(QuantityType value)
Sets the value of the quantity property.
|
void |
setStowage(StowageType value)
Sets the value of the stowage property.
|
void |
setUBLExtensions(UBLExtensionsType value)
Sets the value of the ublExtensions property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public ShipStoreArticleType()
@Nullable public UBLExtensionsType getUBLExtensions()
UBLExtensionsTypepublic void setUBLExtensions(@Nullable UBLExtensionsType value)
value - allowed object is
UBLExtensionsType@Nullable public IDType getID()
IDTypepublic void setID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public NameType getName()
NameTypepublic void setName(@Nullable NameType value)
value - allowed object is
NameType@Nullable public QuantityType getQuantity()
QuantityTypepublic void setQuantity(@Nullable QuantityType value)
value - allowed object is
QuantityType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<OfficialUseType> getOfficialUse()
OfficialUseType@Nullable public StowageType getStowage()
StowageTypepublic void setStowage(@Nullable StowageType value)
value - allowed object is
StowageTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setOfficialUse(@Nullable List<OfficialUseType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasOfficialUseEntries()
public boolean hasNoOfficialUseEntries()
@Nonnegative public int getOfficialUseCount()
@Nullable public OfficialUseType getOfficialUseAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addOfficialUse(@Nonnull OfficialUseType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull ShipStoreArticleType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public ShipStoreArticleType clone()
@Nonnull public IDType setID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public QuantityType setQuantity(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public NameType setName(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getIDValue()
@Nullable public String getNameValue()
@Nullable public BigDecimal getQuantityValue()
Copyright © 2019–2021 Philip Helger. All rights reserved.