public class OpaqueDataType
extends java.lang.Object
Java class for opaqueDataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="opaqueDataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dataDescriptor" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dataValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="dataKey" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
dataDescriptor |
protected java.lang.String |
dataKey |
protected java.lang.String |
dataValue |
| Constructor and Description |
|---|
OpaqueDataType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDataDescriptor()
Gets the value of the dataDescriptor property.
|
java.lang.String |
getDataKey()
Gets the value of the dataKey property.
|
java.lang.String |
getDataValue()
Gets the value of the dataValue property.
|
void |
setDataDescriptor(java.lang.String value)
Sets the value of the dataDescriptor property.
|
void |
setDataKey(java.lang.String value)
Sets the value of the dataKey property.
|
void |
setDataValue(java.lang.String value)
Sets the value of the dataValue property.
|
protected java.lang.String dataDescriptor
protected java.lang.String dataValue
protected java.lang.String dataKey
public java.lang.String getDataDescriptor()
Stringpublic void setDataDescriptor(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDataValue()
Stringpublic void setDataValue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getDataKey()
Stringpublic void setDataKey(java.lang.String value)
value - allowed object is
StringCopyright © 2018. All Rights Reserved.