public class CreateFingerPrintResponse extends ANetApiResponse
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<extension base="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}ANetApiResponse">
<sequence>
<element name="fingerPrint" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}fingerPrintType"/>
<element name="supportInformation" type="{AnetApi/xml/v1/schema/AnetApiSchema.xsd}fingerPrintSupportInformationType"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected FingerPrintType |
fingerPrint |
protected FingerPrintSupportInformationType |
supportInformation |
messages, refId, sessionToken| Constructor and Description |
|---|
CreateFingerPrintResponse() |
| Modifier and Type | Method and Description |
|---|---|
FingerPrintType |
getFingerPrint()
Gets the value of the fingerPrint property.
|
FingerPrintSupportInformationType |
getSupportInformation()
Gets the value of the supportInformation property.
|
void |
setFingerPrint(FingerPrintType value)
Sets the value of the fingerPrint property.
|
void |
setSupportInformation(FingerPrintSupportInformationType value)
Sets the value of the supportInformation property.
|
getMessages, getRefId, getSessionToken, setMessages, setRefId, setSessionTokenprotected FingerPrintType fingerPrint
protected FingerPrintSupportInformationType supportInformation
public FingerPrintType getFingerPrint()
FingerPrintTypepublic void setFingerPrint(FingerPrintType value)
value - allowed object is
FingerPrintTypepublic FingerPrintSupportInformationType getSupportInformation()
FingerPrintSupportInformationTypepublic void setSupportInformation(FingerPrintSupportInformationType value)
value - allowed object is
FingerPrintSupportInformationTypeCopyright © 2021. All rights reserved.