public class SystemMetaData extends Object
Java class for SystemMetaData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SystemMetaData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://extension-point-uri/15/03}Extension" minOccurs="0"/>
<element name="UDI" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Manufacturer" type="{http://domain-model-uri/15/04}LocalizedText" maxOccurs="unbounded" minOccurs="0"/>
<element name="ModelName" type="{http://domain-model-uri/15/04}LocalizedText" maxOccurs="unbounded" minOccurs="0"/>
<element name="ModelNumber" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="SerialNumber" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Extension |
extension |
protected List<LocalizedText> |
manufacturer |
protected List<LocalizedText> |
modelName |
protected List<String> |
modelNumber |
protected List<String> |
serialNumber |
protected String |
udi |
| Constructor and Description |
|---|
SystemMetaData() |
| Modifier and Type | Method and Description |
|---|---|
Extension |
getExtension()
Gets the value of the extension property.
|
List<LocalizedText> |
getManufacturer()
Gets the value of the manufacturer property.
|
List<LocalizedText> |
getModelName()
Gets the value of the modelName property.
|
List<String> |
getModelNumber()
Gets the value of the modelNumber property.
|
List<String> |
getSerialNumber()
Gets the value of the serialNumber property.
|
String |
getUDI()
Gets the value of the udi property.
|
void |
setExtension(Extension value)
Sets the value of the extension property.
|
void |
setManufacturer(List<LocalizedText> value) |
void |
setModelName(List<LocalizedText> value) |
void |
setModelNumber(List<String> value) |
void |
setSerialNumber(List<String> value) |
void |
setUDI(String value)
Sets the value of the udi property.
|
protected Extension extension
protected String udi
protected List<LocalizedText> manufacturer
protected List<LocalizedText> modelName
public Extension getExtension()
Extensionpublic void setExtension(Extension value)
value - allowed object is
Extensionpublic String getUDI()
Stringpublic void setUDI(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 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 List<String> getModelNumber()
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 modelNumber property.
For example, to add a new item, do as follows:
getModelNumber().add(newItem);
Objects of the following type(s) are allowed in the list
String
public 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 setManufacturer(List<LocalizedText> value)
public void setModelName(List<LocalizedText> value)
Copyright © 2016. All rights reserved.