public static class MdsDescriptor.MetaData.Udi 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://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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
deviceIdentifier |
protected ExtensionType |
extension |
protected String |
humanReadableForm |
protected InstanceIdentifier |
issuer |
protected InstanceIdentifier |
jurisdiction |
| Constructor and Description |
|---|
Udi() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object that) |
String |
getDeviceIdentifier()
Gets the value of the deviceIdentifier property.
|
ExtensionType |
getExtension()
Gets the value of the extension property.
|
String |
getHumanReadableForm()
Gets the value of the humanReadableForm property.
|
InstanceIdentifier |
getIssuer()
Gets the value of the issuer property.
|
InstanceIdentifier |
getJurisdiction()
Gets the value of the jurisdiction property.
|
int |
hashCode() |
void |
setDeviceIdentifier(String value)
Sets the value of the deviceIdentifier property.
|
void |
setExtension(ExtensionType value)
Sets the value of the extension property.
|
void |
setHumanReadableForm(String value)
Sets the value of the humanReadableForm property.
|
void |
setIssuer(InstanceIdentifier value)
Sets the value of the issuer property.
|
void |
setJurisdiction(InstanceIdentifier value)
Sets the value of the jurisdiction property.
|
String |
toString() |
protected ExtensionType extension
protected String deviceIdentifier
protected String humanReadableForm
protected InstanceIdentifier issuer
protected InstanceIdentifier jurisdiction
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic String getDeviceIdentifier()
Stringpublic void setDeviceIdentifier(String value)
value - allowed object is
Stringpublic String getHumanReadableForm()
Stringpublic void setHumanReadableForm(String value)
value - allowed object is
Stringpublic InstanceIdentifier getIssuer()
InstanceIdentifierpublic void setIssuer(InstanceIdentifier value)
value - allowed object is
InstanceIdentifierpublic InstanceIdentifier getJurisdiction()
InstanceIdentifierpublic void setJurisdiction(InstanceIdentifier value)
value - allowed object is
InstanceIdentifierCopyright © 2018. All rights reserved.