public class SystemMetaData
extends java.lang.Object
Java-Klasse für SystemMetaData complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<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 java.util.List<LocalizedText> |
manufacturer |
protected java.util.List<LocalizedText> |
modelName |
protected java.util.List<java.lang.String> |
modelNumber |
protected java.util.List<java.lang.String> |
serialNumber |
protected java.lang.String |
udi |
| Constructor and Description |
|---|
SystemMetaData() |
| Modifier and Type | Method and Description |
|---|---|
Extension |
getExtension()
Ruft den Wert der extension-Eigenschaft ab.
|
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.util.List<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.lang.String |
getUDI()
Ruft den Wert der udi-Eigenschaft ab.
|
void |
setExtension(Extension value)
Legt den Wert der extension-Eigenschaft fest.
|
void |
setUDI(java.lang.String value)
Legt den Wert der udi-Eigenschaft fest.
|
protected Extension extension
protected java.lang.String udi
protected java.util.List<LocalizedText> manufacturer
protected java.util.List<LocalizedText> modelName
protected java.util.List<java.lang.String> modelNumber
protected java.util.List<java.lang.String> serialNumber
public Extension getExtension()
Extensionpublic void setExtension(Extension value)
value - allowed object is
Extensionpublic java.lang.String getUDI()
Stringpublic void setUDI(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 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.util.List<java.lang.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 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