net.authorize.api.contract.v1
Class OpaqueDataType

java.lang.Object
  extended by 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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String dataDescriptor
           
protected  String dataValue
           
 
Constructor Summary
OpaqueDataType()
           
 
Method Summary
 String getDataDescriptor()
          Gets the value of the dataDescriptor property.
 String getDataValue()
          Gets the value of the dataValue property.
 void setDataDescriptor(String value)
          Sets the value of the dataDescriptor property.
 void setDataValue(String value)
          Sets the value of the dataValue property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dataDescriptor

protected String dataDescriptor

dataValue

protected String dataValue
Constructor Detail

OpaqueDataType

public OpaqueDataType()
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 is String

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 is String


Copyright © 2014. All Rights Reserved.