|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.OpaqueDataType
public class OpaqueDataType
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 |
|---|
protected String dataDescriptor
protected String dataValue
| Constructor Detail |
|---|
public OpaqueDataType()
| Method Detail |
|---|
public String getDataDescriptor()
Stringpublic void setDataDescriptor(String value)
value - allowed object is
Stringpublic String getDataValue()
Stringpublic void setDataValue(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||