@CodingStyleguideUnaware public class TradeProductInstanceType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
Java class for TradeProductInstanceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TradeProductInstanceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="GlobalSerialID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" minOccurs="0"/>
<element name="BatchID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" minOccurs="0"/>
<element name="KanbanID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" minOccurs="0"/>
<element name="SupplierAssignedSerialID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" minOccurs="0"/>
<element name="BestBeforeDateTime" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}DateTimeType" minOccurs="0"/>
<element name="ExpiryDateTime" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}DateTimeType" minOccurs="0"/>
<element name="SellByDateTime" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}DateTimeType" minOccurs="0"/>
<element name="SerialID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" maxOccurs="unbounded" minOccurs="0"/>
<element name="RegistrationID" type="{urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100}IDType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ProductionSupplyChainEvent" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}SupplyChainEventType" minOccurs="0"/>
<element name="PackagingSupplyChainEvent" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}SupplyChainEventType" minOccurs="0"/>
<element name="ApplicableMaterialGoodsCharacteristic" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}MaterialGoodsCharacteristicType" maxOccurs="unbounded" minOccurs="0"/>
<element name="ApplicableProductCharacteristic" type="{urn:un:unece:uncefact:data:standard:ReusableAggregateBusinessInformationEntity:100}ProductCharacteristicType" 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 |
|---|
TradeProductInstanceType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addApplicableMaterialGoodsCharacteristic(MaterialGoodsCharacteristicType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addApplicableProductCharacteristic(ProductCharacteristicType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addRegistrationID(IDType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
addSerialID(IDType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
TradeProductInstanceType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(TradeProductInstanceType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<MaterialGoodsCharacteristicType> |
getApplicableMaterialGoodsCharacteristic()
Gets the value of the applicableMaterialGoodsCharacteristic property.
|
MaterialGoodsCharacteristicType |
getApplicableMaterialGoodsCharacteristicAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getApplicableMaterialGoodsCharacteristicCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
List<ProductCharacteristicType> |
getApplicableProductCharacteristic()
Gets the value of the applicableProductCharacteristic property.
|
ProductCharacteristicType |
getApplicableProductCharacteristicAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getApplicableProductCharacteristicCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
IDType |
getBatchID()
Gets the value of the batchID property.
|
String |
getBatchIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
DateTimeType |
getBestBeforeDateTime()
Gets the value of the bestBeforeDateTime property.
|
DateTimeType |
getExpiryDateTime()
Gets the value of the expiryDateTime property.
|
IDType |
getGlobalSerialID()
Gets the value of the globalSerialID property.
|
String |
getGlobalSerialIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
IDType |
getKanbanID()
Gets the value of the kanbanID property.
|
String |
getKanbanIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
SupplyChainEventType |
getPackagingSupplyChainEvent()
Gets the value of the packagingSupplyChainEvent property.
|
SupplyChainEventType |
getProductionSupplyChainEvent()
Gets the value of the productionSupplyChainEvent property.
|
List<IDType> |
getRegistrationID()
Gets the value of the registrationID property.
|
IDType |
getRegistrationIDAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getRegistrationIDCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
DateTimeType |
getSellByDateTime()
Gets the value of the sellByDateTime property.
|
List<IDType> |
getSerialID()
Gets the value of the serialID property.
|
IDType |
getSerialIDAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getSerialIDCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
IDType |
getSupplierAssignedSerialID()
Gets the value of the supplierAssignedSerialID property.
|
String |
getSupplierAssignedSerialIDValue()
Get the value of the contained IDType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
boolean |
hasApplicableMaterialGoodsCharacteristicEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasApplicableProductCharacteristicEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoApplicableMaterialGoodsCharacteristicEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoApplicableProductCharacteristicEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoRegistrationIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasNoSerialIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasRegistrationIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasSerialIDEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setApplicableMaterialGoodsCharacteristic(List<MaterialGoodsCharacteristicType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setApplicableProductCharacteristic(List<ProductCharacteristicType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setBatchID(IDType value)
Sets the value of the batchID property.
|
IDType |
setBatchID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setBestBeforeDateTime(DateTimeType value)
Sets the value of the bestBeforeDateTime property.
|
void |
setExpiryDateTime(DateTimeType value)
Sets the value of the expiryDateTime property.
|
void |
setGlobalSerialID(IDType value)
Sets the value of the globalSerialID property.
|
IDType |
setGlobalSerialID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setKanbanID(IDType value)
Sets the value of the kanbanID property.
|
IDType |
setKanbanID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setPackagingSupplyChainEvent(SupplyChainEventType value)
Sets the value of the packagingSupplyChainEvent property.
|
void |
setProductionSupplyChainEvent(SupplyChainEventType value)
Sets the value of the productionSupplyChainEvent property.
|
void |
setRegistrationID(List<IDType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setSellByDateTime(DateTimeType value)
Sets the value of the sellByDateTime property.
|
void |
setSerialID(List<IDType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setSupplierAssignedSerialID(IDType value)
Sets the value of the supplierAssignedSerialID property.
|
IDType |
setSupplierAssignedSerialID(String valueParam)
Special setter with value of type String
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public TradeProductInstanceType()
@Nullable public IDType getGlobalSerialID()
IDTypepublic void setGlobalSerialID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public IDType getBatchID()
IDTypepublic void setBatchID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public IDType getKanbanID()
IDTypepublic void setKanbanID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public IDType getSupplierAssignedSerialID()
IDTypepublic void setSupplierAssignedSerialID(@Nullable IDType value)
value - allowed object is
IDType@Nullable public DateTimeType getBestBeforeDateTime()
DateTimeTypepublic void setBestBeforeDateTime(@Nullable DateTimeType value)
value - allowed object is
DateTimeType@Nullable public DateTimeType getExpiryDateTime()
DateTimeTypepublic void setExpiryDateTime(@Nullable DateTimeType value)
value - allowed object is
DateTimeType@Nullable public DateTimeType getSellByDateTime()
DateTimeTypepublic void setSellByDateTime(@Nullable DateTimeType value)
value - allowed object is
DateTimeType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<IDType> getSerialID()
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 serialID property.
For example, to add a new item, do as follows:
getSerialID().add(newItem);
Objects of the following type(s) are allowed in the list
IDType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<IDType> getRegistrationID()
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 registrationID property.
For example, to add a new item, do as follows:
getRegistrationID().add(newItem);
Objects of the following type(s) are allowed in the list
IDType
@Nullable public SupplyChainEventType getProductionSupplyChainEvent()
SupplyChainEventTypepublic void setProductionSupplyChainEvent(@Nullable SupplyChainEventType value)
value - allowed object is
SupplyChainEventType@Nullable public SupplyChainEventType getPackagingSupplyChainEvent()
SupplyChainEventTypepublic void setPackagingSupplyChainEvent(@Nullable SupplyChainEventType value)
value - allowed object is
SupplyChainEventType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<MaterialGoodsCharacteristicType> getApplicableMaterialGoodsCharacteristic()
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 applicableMaterialGoodsCharacteristic property.
For example, to add a new item, do as follows:
getApplicableMaterialGoodsCharacteristic().add(newItem);
Objects of the following type(s) are allowed in the list
MaterialGoodsCharacteristicType
@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ProductCharacteristicType> getApplicableProductCharacteristic()
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 applicableProductCharacteristic property.
For example, to add a new item, do as follows:
getApplicableProductCharacteristic().add(newItem);
Objects of the following type(s) are allowed in the list
ProductCharacteristicType
public boolean equals(Object o)
public int hashCode()
public String toString()
public void setSerialID(@Nullable List<IDType> aList)
aList - The new list member to set. May be null.public void setRegistrationID(@Nullable List<IDType> aList)
aList - The new list member to set. May be null.public void setApplicableMaterialGoodsCharacteristic(@Nullable List<MaterialGoodsCharacteristicType> aList)
aList - The new list member to set. May be null.public void setApplicableProductCharacteristic(@Nullable List<ProductCharacteristicType> aList)
aList - The new list member to set. May be null.public boolean hasSerialIDEntries()
true if at least one item is contained, false otherwise.public boolean hasNoSerialIDEntries()
true if no item is contained, false otherwise.@Nonnegative public int getSerialIDCount()
@Nullable public IDType getSerialIDAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addSerialID(@Nonnull IDType elem)
elem - The element to be added. May not be null.public boolean hasRegistrationIDEntries()
true if at least one item is contained, false otherwise.public boolean hasNoRegistrationIDEntries()
true if no item is contained, false otherwise.@Nonnegative public int getRegistrationIDCount()
@Nullable public IDType getRegistrationIDAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addRegistrationID(@Nonnull IDType elem)
elem - The element to be added. May not be null.public boolean hasApplicableMaterialGoodsCharacteristicEntries()
true if at least one item is contained, false otherwise.public boolean hasNoApplicableMaterialGoodsCharacteristicEntries()
true if no item is contained, false otherwise.@Nonnegative public int getApplicableMaterialGoodsCharacteristicCount()
@Nullable public MaterialGoodsCharacteristicType getApplicableMaterialGoodsCharacteristicAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addApplicableMaterialGoodsCharacteristic(@Nonnull MaterialGoodsCharacteristicType elem)
elem - The element to be added. May not be null.public boolean hasApplicableProductCharacteristicEntries()
true if at least one item is contained, false otherwise.public boolean hasNoApplicableProductCharacteristicEntries()
true if no item is contained, false otherwise.@Nonnegative public int getApplicableProductCharacteristicCount()
@Nullable public ProductCharacteristicType getApplicableProductCharacteristicAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addApplicableProductCharacteristic(@Nonnull ProductCharacteristicType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull TradeProductInstanceType 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 TradeProductInstanceType clone()
@Nonnull public IDType setGlobalSerialID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setBatchID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setKanbanID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nonnull public IDType setSupplierAssignedSerialID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getGlobalSerialIDValue()
null@Nullable public String getBatchIDValue()
null@Nullable public String getKanbanIDValue()
nullCopyright © 2016–2021 Philip Helger. All rights reserved.