@CodingStyleguideUnaware public class LotIdentificationType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
| Constructor and Description |
|---|
LotIdentificationType()
Default constructor<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAdditionalItemProperty(ItemPropertyType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
LotIdentificationType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(LotIdentificationType 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<ItemPropertyType> |
getAdditionalItemProperty()
<pre>
<?
|
ItemPropertyType |
getAdditionalItemPropertyAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getAdditionalItemPropertyCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
ExpiryDateType |
getExpiryDate()
<pre>
<?
|
com.helger.commons.datetime.XMLOffsetDate |
getExpiryDateValue()
Get the value of the contained ExpiryDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LocalDate |
getExpiryDateValueLocal()
Get the value of the contained ExpiryDateType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
LotNumberIDType |
getLotNumberID()
<pre>
<?
|
String |
getLotNumberIDValue()
Get the value of the contained LotNumberIDType object<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
boolean |
hasAdditionalItemPropertyEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoAdditionalItemPropertyEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setAdditionalItemProperty(List<ItemPropertyType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
void |
setExpiryDate(ExpiryDateType value)
Sets the value of the expiryDate property.
|
ExpiryDateType |
setExpiryDate(LocalDate valueParam)
Special setter with value of type LocalDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
ExpiryDateType |
setExpiryDate(com.helger.commons.datetime.XMLOffsetDate valueParam)
Special setter with value of type XMLOffsetDate<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
void |
setLotNumberID(LotNumberIDType value)
Sets the value of the lotNumberID property.
|
LotNumberIDType |
setLotNumberID(String valueParam)
Special setter with value of type String<br>
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public LotIdentificationType()
@Nullable public LotNumberIDType getLotNumberID()
LotNumberIDTypepublic void setLotNumberID(@Nullable LotNumberIDType value)
value - allowed object is
LotNumberIDType@Nullable public ExpiryDateType getExpiryDate()
ExpiryDateTypepublic void setExpiryDate(@Nullable ExpiryDateType value)
value - allowed object is
ExpiryDateType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ItemPropertyType> getAdditionalItemProperty()
ItemPropertyTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setAdditionalItemProperty(@Nullable List<ItemPropertyType> aList)
aList - The new list member to set. May be <code>null</code>.public boolean hasAdditionalItemPropertyEntries()
public boolean hasNoAdditionalItemPropertyEntries()
@Nonnegative public int getAdditionalItemPropertyCount()
@Nullable public ItemPropertyType getAdditionalItemPropertyAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrieveIndexOutOfBoundsException - if the index is invalid!public void addAdditionalItemProperty(@Nonnull ItemPropertyType elem)
elem - The element to be added. May not be <code>null</code>.public void cloneTo(@Nonnull LotIdentificationType ret)
ret - The target object to clone to. May not be <code>null</code>.@Nonnull @ReturnsMutableCopy public LotIdentificationType clone()
@Nonnull public ExpiryDateType setExpiryDate(@Nullable com.helger.commons.datetime.XMLOffsetDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public ExpiryDateType setExpiryDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nonnull public LotNumberIDType setLotNumberID(@Nullable String valueParam)
valueParam - The value to be set. May be <code>null</code>.@Nullable public String getLotNumberIDValue()
@Nullable public com.helger.commons.datetime.XMLOffsetDate getExpiryDateValue()
Copyright © 2017–2021 Philip Helger. All rights reserved.