public class ItemInstanceType extends Object
Java class for ItemInstanceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemInstanceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ProductTraceID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ManufactureDate" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ManufactureTime" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}BestBeforeDate" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}RegistrationID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SerialID" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AdditionalItemProperty" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}LotIdentification" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<ItemPropertyType> |
additionalItemProperty |
protected BestBeforeDateType |
bestBeforeDate |
protected LotIdentificationType |
lotIdentification |
protected ManufactureDateType |
manufactureDate |
protected ManufactureTimeType |
manufactureTime |
protected ProductTraceIDType |
productTraceID |
protected RegistrationIDType |
registrationID |
protected SerialIDType |
serialID |
| Constructor and Description |
|---|
ItemInstanceType() |
| Modifier and Type | Method and Description |
|---|---|
List<ItemPropertyType> |
getAdditionalItemProperty()
Gets the value of the additionalItemProperty property.
|
BestBeforeDateType |
getBestBeforeDate()
Gets the value of the bestBeforeDate property.
|
LotIdentificationType |
getLotIdentification()
Gets the value of the lotIdentification property.
|
ManufactureDateType |
getManufactureDate()
Gets the value of the manufactureDate property.
|
ManufactureTimeType |
getManufactureTime()
Gets the value of the manufactureTime property.
|
ProductTraceIDType |
getProductTraceID()
Gets the value of the productTraceID property.
|
RegistrationIDType |
getRegistrationID()
Gets the value of the registrationID property.
|
SerialIDType |
getSerialID()
Gets the value of the serialID property.
|
void |
setBestBeforeDate(BestBeforeDateType value)
Sets the value of the bestBeforeDate property.
|
void |
setLotIdentification(LotIdentificationType value)
Sets the value of the lotIdentification property.
|
void |
setManufactureDate(ManufactureDateType value)
Sets the value of the manufactureDate property.
|
void |
setManufactureTime(ManufactureTimeType value)
Sets the value of the manufactureTime property.
|
void |
setProductTraceID(ProductTraceIDType value)
Sets the value of the productTraceID property.
|
void |
setRegistrationID(RegistrationIDType value)
Sets the value of the registrationID property.
|
void |
setSerialID(SerialIDType value)
Sets the value of the serialID property.
|
protected ProductTraceIDType productTraceID
protected ManufactureDateType manufactureDate
protected ManufactureTimeType manufactureTime
protected BestBeforeDateType bestBeforeDate
protected RegistrationIDType registrationID
protected SerialIDType serialID
protected List<ItemPropertyType> additionalItemProperty
protected LotIdentificationType lotIdentification
public ProductTraceIDType getProductTraceID()
ProductTraceIDTypepublic void setProductTraceID(ProductTraceIDType value)
value - allowed object is
ProductTraceIDTypepublic ManufactureDateType getManufactureDate()
ManufactureDateTypepublic void setManufactureDate(ManufactureDateType value)
value - allowed object is
ManufactureDateTypepublic ManufactureTimeType getManufactureTime()
ManufactureTimeTypepublic void setManufactureTime(ManufactureTimeType value)
value - allowed object is
ManufactureTimeTypepublic BestBeforeDateType getBestBeforeDate()
BestBeforeDateTypepublic void setBestBeforeDate(BestBeforeDateType value)
value - allowed object is
BestBeforeDateTypepublic RegistrationIDType getRegistrationID()
RegistrationIDTypepublic void setRegistrationID(RegistrationIDType value)
value - allowed object is
RegistrationIDTypepublic SerialIDType getSerialID()
SerialIDTypepublic void setSerialID(SerialIDType value)
value - allowed object is
SerialIDTypepublic List<ItemPropertyType> getAdditionalItemProperty()
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 LotIdentificationType getLotIdentification()
LotIdentificationTypepublic void setLotIdentification(LotIdentificationType value)
value - allowed object is
LotIdentificationTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.