public static class MdsDescriptor.MetaData
extends java.lang.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://standards.ieee.org/downloads/11073/11073-10207-2017/extension}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://standards.ieee.org/downloads/11073/11073-10207-2017/extension}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://standards.ieee.org/downloads/11073/11073-10207-2017/participant}InstanceIdentifier"/>
<element name="Jurisdiction" type="{http://standards.ieee.org/downloads/11073/11073-10207-2017/participant}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://standards.ieee.org/downloads/11073/11073-10207-2017/participant}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://standards.ieee.org/downloads/11073/11073-10207-2017/participant}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 javax.xml.datatype.XMLGregorianCalendar |
expirationDate |
protected ExtensionType |
extension |
protected java.lang.String |
lotNumber |
protected javax.xml.datatype.XMLGregorianCalendar |
manufactureDate |
protected java.util.List<LocalizedText> |
manufacturer |
protected java.util.List<LocalizedText> |
modelName |
protected java.lang.String |
modelNumber |
protected java.util.List<java.lang.String> |
serialNumber |
protected java.util.List<MdsDescriptor.MetaData.Udi> |
udi |
| Constructor and Description |
|---|
MetaData() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object that) |
javax.xml.datatype.XMLGregorianCalendar |
getExpirationDate()
Gets the value of the expirationDate property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
java.lang.String |
getLotNumber()
Gets the value of the lotNumber property.
|
javax.xml.datatype.XMLGregorianCalendar |
getManufactureDate()
Gets the value of the manufactureDate property.
|
java.util.List<LocalizedText> |
getManufacturer()
Gets the value of the manufacturer property.
|
java.util.List<LocalizedText> |
getModelName()
Gets the value of the modelName property.
|
java.lang.String |
getModelNumber()
Gets the value of the modelNumber property.
|
java.util.List<java.lang.String> |
getSerialNumber()
Gets the value of the serialNumber property.
|
java.util.List<MdsDescriptor.MetaData.Udi> |
getUdi()
Gets the value of the udi property.
|
int |
hashCode() |
void |
setExpirationDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the expirationDate property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setLotNumber(java.lang.String value)
Sets the value of the lotNumber property.
|
void |
setManufactureDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the manufactureDate property.
|
void |
setManufacturer(java.util.List<LocalizedText> value) |
void |
setModelName(java.util.List<LocalizedText> value) |
void |
setModelNumber(java.lang.String value)
Sets the value of the modelNumber property.
|
void |
setSerialNumber(java.util.List<java.lang.String> value) |
void |
setUdi(java.util.List<MdsDescriptor.MetaData.Udi> value) |
java.lang.String |
toString() |
protected ExtensionType extension
protected java.util.List<MdsDescriptor.MetaData.Udi> udi
protected java.lang.String lotNumber
protected java.util.List<LocalizedText> manufacturer
protected javax.xml.datatype.XMLGregorianCalendar manufactureDate
protected javax.xml.datatype.XMLGregorianCalendar expirationDate
protected java.util.List<LocalizedText> modelName
protected java.lang.String modelNumber
protected java.util.List<java.lang.String> serialNumber
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic java.util.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 java.lang.String getLotNumber()
Stringpublic void setLotNumber(java.lang.String value)
value - allowed object is
Stringpublic java.util.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 javax.xml.datatype.XMLGregorianCalendar getManufactureDate()
XMLGregorianCalendarpublic void setManufactureDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic javax.xml.datatype.XMLGregorianCalendar getExpirationDate()
XMLGregorianCalendarpublic void setExpirationDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.util.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 java.lang.String getModelNumber()
Stringpublic void setModelNumber(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.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 java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void setUdi(java.util.List<MdsDescriptor.MetaData.Udi> value)
public void setManufacturer(java.util.List<LocalizedText> value)
public void setModelName(java.util.List<LocalizedText> value)
public void setSerialNumber(java.util.List<java.lang.String> value)