|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.api.contract.v1.FingerPrintType
public class FingerPrintType
Java class for fingerPrintType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fingerPrintType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="hashValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sequence" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
hashValue
|
protected String |
sequence
|
protected String |
timestamp
|
| Constructor Summary | |
|---|---|
FingerPrintType()
|
|
| Method Summary | |
|---|---|
String |
getHashValue()
Gets the value of the hashValue property. |
String |
getSequence()
Gets the value of the sequence property. |
String |
getTimestamp()
Gets the value of the timestamp property. |
void |
setHashValue(String value)
Sets the value of the hashValue property. |
void |
setSequence(String value)
Sets the value of the sequence property. |
void |
setTimestamp(String value)
Sets the value of the timestamp property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String hashValue
protected String sequence
protected String timestamp
| Constructor Detail |
|---|
public FingerPrintType()
| Method Detail |
|---|
public String getHashValue()
Stringpublic void setHashValue(String value)
value - allowed object is
Stringpublic String getSequence()
Stringpublic void setSequence(String value)
value - allowed object is
Stringpublic String getTimestamp()
Stringpublic void setTimestamp(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||