Package net.authorize.api.contract.v1
Class OpaqueDataType
- java.lang.Object
-
- net.authorize.api.contract.v1.OpaqueDataType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringdataDescriptorprotected StringdataKeyprotected StringdataValueprotected XMLGregorianCalendarexpirationTimeStamp
-
Constructor Summary
Constructors Constructor Description OpaqueDataType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDataDescriptor()Gets the value of the dataDescriptor property.StringgetDataKey()Gets the value of the dataKey property.StringgetDataValue()Gets the value of the dataValue property.XMLGregorianCalendargetExpirationTimeStamp()Gets the value of the expirationTimeStamp property.voidsetDataDescriptor(String value)Sets the value of the dataDescriptor property.voidsetDataKey(String value)Sets the value of the dataKey property.voidsetDataValue(String value)Sets the value of the dataValue property.voidsetExpirationTimeStamp(XMLGregorianCalendar value)Sets the value of the expirationTimeStamp property.
-
-
-
Field Detail
-
dataDescriptor
protected String dataDescriptor
-
dataValue
protected String dataValue
-
dataKey
protected String dataKey
-
expirationTimeStamp
protected XMLGregorianCalendar expirationTimeStamp
-
-
Method Detail
-
getDataDescriptor
public String getDataDescriptor()
Gets the value of the dataDescriptor property.- Returns:
- possible object is
String
-
setDataDescriptor
public void setDataDescriptor(String value)
Sets the value of the dataDescriptor property.- Parameters:
value- allowed object isString
-
getDataValue
public String getDataValue()
Gets the value of the dataValue property.- Returns:
- possible object is
String
-
setDataValue
public void setDataValue(String value)
Sets the value of the dataValue property.- Parameters:
value- allowed object isString
-
getDataKey
public String getDataKey()
Gets the value of the dataKey property.- Returns:
- possible object is
String
-
setDataKey
public void setDataKey(String value)
Sets the value of the dataKey property.- Parameters:
value- allowed object isString
-
getExpirationTimeStamp
public XMLGregorianCalendar getExpirationTimeStamp()
Gets the value of the expirationTimeStamp property.- Returns:
- possible object is
XMLGregorianCalendar
-
setExpirationTimeStamp
public void setExpirationTimeStamp(XMLGregorianCalendar value)
Sets the value of the expirationTimeStamp property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
-