public class OpaqueDataType extends 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"/>
<element name="expirationTimeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dataDescriptor |
protected String |
dataKey |
protected String |
dataValue |
protected XMLGregorianCalendar |
expirationTimeStamp |
| Constructor and Description |
|---|
OpaqueDataType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataDescriptor()
Gets the value of the dataDescriptor property.
|
String |
getDataKey()
Gets the value of the dataKey property.
|
String |
getDataValue()
Gets the value of the dataValue property.
|
XMLGregorianCalendar |
getExpirationTimeStamp()
Gets the value of the expirationTimeStamp property.
|
void |
setDataDescriptor(String value)
Sets the value of the dataDescriptor property.
|
void |
setDataKey(String value)
Sets the value of the dataKey property.
|
void |
setDataValue(String value)
Sets the value of the dataValue property.
|
void |
setExpirationTimeStamp(XMLGregorianCalendar value)
Sets the value of the expirationTimeStamp property.
|
protected String dataDescriptor
protected String dataValue
protected String dataKey
protected XMLGregorianCalendar expirationTimeStamp
public String getDataDescriptor()
Stringpublic void setDataDescriptor(String value)
value - allowed object is
Stringpublic String getDataValue()
Stringpublic void setDataValue(String value)
value - allowed object is
Stringpublic String getDataKey()
Stringpublic void setDataKey(String value)
value - allowed object is
Stringpublic XMLGregorianCalendar getExpirationTimeStamp()
XMLGregorianCalendarpublic void setExpirationTimeStamp(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2020. All rights reserved.