public static class MdsDescriptor.MetaData extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://p11073-10207/draft10/ext/2017/10/05}Extension" minOccurs="0"/>
<element name="Udi" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://p11073-10207/draft10/ext/2017/10/05}Extension" minOccurs="0"/>
<element name="DeviceIdentifier" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="HumanReadableForm" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Issuer" type="{http://p11073-10207/draft10/pm/2017/10/05}InstanceIdentifier"/>
<element name="Jurisdiction" type="{http://p11073-10207/draft10/pm/2017/10/05}InstanceIdentifier" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="LotNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Manufacturer" type="{http://p11073-10207/draft10/pm/2017/10/05}LocalizedText" maxOccurs="unbounded" minOccurs="0"/>
<element name="ManufactureDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ExpirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="ModelName" type="{http://p11073-10207/draft10/pm/2017/10/05}LocalizedText" maxOccurs="unbounded" minOccurs="0"/>
<element name="ModelNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="SerialNumber" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
MdsDescriptor.MetaData.Udi
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected XMLGregorianCalendar |
expirationDate |
protected ExtensionType |
extension |
protected String |
lotNumber |
protected XMLGregorianCalendar |
manufactureDate |
protected List<LocalizedText> |
manufacturer |
protected List<LocalizedText> |
modelName |
protected String |
modelNumber |
protected List<String> |
serialNumber |
protected List<MdsDescriptor.MetaData.Udi> |
udi |
| Constructor and Description |
|---|
MetaData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
XMLGregorianCalendar |
getExpirationDate()
Gets the value of the expirationDate property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
String |
getLotNumber()
Gets the value of the lotNumber property.
|
XMLGregorianCalendar |
getManufactureDate()
Gets the value of the manufactureDate property.
|
List<LocalizedText> |
getManufacturer()
Gets the value of the manufacturer property.
|
List<LocalizedText> |
getModelName()
Gets the value of the modelName property.
|
String |
getModelNumber()
Gets the value of the modelNumber property.
|
List<String> |
getSerialNumber()
Gets the value of the serialNumber property.
|
List<MdsDescriptor.MetaData.Udi> |
getUdi()
Gets the value of the udi property.
|
int |
hashCode() |
void |
setExpirationDate(XMLGregorianCalendar value)
Sets the value of the expirationDate property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setLotNumber(String value)
Sets the value of the lotNumber property.
|
void |
setManufactureDate(XMLGregorianCalendar value)
Sets the value of the manufactureDate property.
|
void |
setManufacturer(List<LocalizedText> value) |
void |
setModelName(List<LocalizedText> value) |
void |
setModelNumber(String value)
Sets the value of the modelNumber property.
|
void |
setSerialNumber(List<String> value) |
void |
setUdi(List<MdsDescriptor.MetaData.Udi> value) |
String |
toString() |
protected ExtensionType extension
protected List<MdsDescriptor.MetaData.Udi> udi
protected String lotNumber
protected List<LocalizedText> manufacturer
protected XMLGregorianCalendar manufactureDate
protected XMLGregorianCalendar expirationDate
protected List<LocalizedText> modelName
protected String modelNumber
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic List<MdsDescriptor.MetaData.Udi> getUdi()
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 udi property.
For example, to add a new item, do as follows:
getUdi().add(newItem);
Objects of the following type(s) are allowed in the list
MdsDescriptor.MetaData.Udi
public String getLotNumber()
Stringpublic void setLotNumber(String value)
value - allowed object is
Stringpublic List<LocalizedText> getManufacturer()
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 manufacturer property.
For example, to add a new item, do as follows:
getManufacturer().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedText
public XMLGregorianCalendar getManufactureDate()
XMLGregorianCalendarpublic void setManufactureDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic XMLGregorianCalendar getExpirationDate()
XMLGregorianCalendarpublic void setExpirationDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic List<LocalizedText> getModelName()
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 modelName property.
For example, to add a new item, do as follows:
getModelName().add(newItem);
Objects of the following type(s) are allowed in the list
LocalizedText
public String getModelNumber()
Stringpublic void setModelNumber(String value)
value - allowed object is
Stringpublic List<String> getSerialNumber()
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 serialNumber property.
For example, to add a new item, do as follows:
getSerialNumber().add(newItem);
Objects of the following type(s) are allowed in the list
String
public void setUdi(List<MdsDescriptor.MetaData.Udi> value)
public void setManufacturer(List<LocalizedText> value)
public void setModelName(List<LocalizedText> value)
Copyright © 2018. All rights reserved.