@CodingStyleguideUnaware public class LotIdentificationType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ABIE</ccts:ComponentType><ccts:DictionaryEntryName>Lot Identification. Details</ccts:DictionaryEntryName><ccts:Definition>A class for defining a lot identifier (the identifier of a set of item instances that would be used in case of a recall of that item).</ccts:Definition><ccts:ObjectClass>Lot Identification</ccts:ObjectClass></ccts:Component>
Java class for LotIdentificationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LotIdentificationType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}LotNumberID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ExpiryDate" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AdditionalItemProperty" 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 |
|---|
LotIdentificationType()
Default constructor
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
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
List<ItemPropertyType> |
getAdditionalItemProperty()
<?
|
ItemPropertyType |
getAdditionalItemPropertyAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getAdditionalItemPropertyCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
ExpiryDateType |
getExpiryDate()
<?
|
LocalDate |
getExpiryDateValue()
Get the value of the contained ExpiryDateType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
LotNumberIDType |
getLotNumberID()
<?
|
String |
getLotNumberIDValue()
Get the value of the contained LotNumberIDType object
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
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
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()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Lot Identification. Lot Number. Identifier</ccts:DictionaryEntryName><ccts:Definition>An identifier for the lot.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Lot Identification</ccts:ObjectClass><ccts:PropertyTerm>Lot Number</ccts:PropertyTerm><ccts:RepresentationTerm>Identifier</ccts:RepresentationTerm><ccts:DataType>Identifier. Type</ccts:DataType></ccts:Component>
LotNumberIDTypepublic void setLotNumberID(@Nullable LotNumberIDType value)
value - allowed object is
LotNumberIDType@Nullable public ExpiryDateType getExpiryDate()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>BBIE</ccts:ComponentType><ccts:DictionaryEntryName>Lot Identification. Expiry Date. Date</ccts:DictionaryEntryName><ccts:Definition>The expiry date of the lot.</ccts:Definition><ccts:Cardinality>0..1</ccts:Cardinality><ccts:ObjectClass>Lot Identification</ccts:ObjectClass><ccts:PropertyTerm>Expiry Date</ccts:PropertyTerm><ccts:RepresentationTerm>Date</ccts:RepresentationTerm><ccts:DataType>Date. Type</ccts:DataType></ccts:Component>
ExpiryDateTypepublic void setExpiryDate(@Nullable ExpiryDateType value)
value - allowed object is
ExpiryDateType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public List<ItemPropertyType> getAdditionalItemProperty()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><ccts:ComponentType>ASBIE</ccts:ComponentType><ccts:DictionaryEntryName>Lot Identification. Additional_ Item Property. Item Property</ccts:DictionaryEntryName><ccts:Definition>An additional property of the lot.</ccts:Definition><ccts:Cardinality>0..n</ccts:Cardinality><ccts:ObjectClass>Lot Identification</ccts:ObjectClass><ccts:PropertyTermQualifier>Additional</ccts:PropertyTermQualifier><ccts:PropertyTerm>Item Property</ccts:PropertyTerm><ccts:AssociatedObjectClass>Item Property</ccts:AssociatedObjectClass><ccts:RepresentationTerm>Item Property</ccts:RepresentationTerm></ccts:Component>Gets the value of the additionalItemProperty property.
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 additionalItemProperty property.
For example, to add a new item, do as follows:
getAdditionalItemProperty().add(newItem);
Objects of the following type(s) are allowed in the list
ItemPropertyType
public 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 null.public boolean hasAdditionalItemPropertyEntries()
true if at least one item is contained, false otherwise.public boolean hasNoAdditionalItemPropertyEntries()
true if no item is contained, false otherwise.@Nonnegative public int getAdditionalItemPropertyCount()
@Nullable public ItemPropertyType getAdditionalItemPropertyAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addAdditionalItemProperty(@Nonnull ItemPropertyType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull LotIdentificationType 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 LotIdentificationType clone()
@Nonnull public ExpiryDateType setExpiryDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be null.null@Nonnull public LotNumberIDType setLotNumberID(@Nullable String valueParam)
valueParam - The value to be set. May be null.null@Nullable public String getLotNumberIDValue()
nullCopyright © 2014–2020 Philip Helger. All rights reserved.