Package net.authorize.api.contract.v1
Class AuResponseType
- java.lang.Object
-
- net.authorize.api.contract.v1.AuResponseType
-
public class AuResponseType extends Object
Java class for auResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="auResponseType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="auReasonCode" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="profileCount" type="{http://www.w3.org/2001/XMLSchema}long"/> <element name="reasonDescription" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected StringauReasonCodeprotected longprofileCountprotected StringreasonDescription
-
Constructor Summary
Constructors Constructor Description AuResponseType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuReasonCode()Gets the value of the auReasonCode property.longgetProfileCount()Gets the value of the profileCount property.StringgetReasonDescription()Gets the value of the reasonDescription property.voidsetAuReasonCode(String value)Sets the value of the auReasonCode property.voidsetProfileCount(long value)Sets the value of the profileCount property.voidsetReasonDescription(String value)Sets the value of the reasonDescription property.
-
-
-
Method Detail
-
getAuReasonCode
public String getAuReasonCode()
Gets the value of the auReasonCode property.- Returns:
- possible object is
String
-
setAuReasonCode
public void setAuReasonCode(String value)
Sets the value of the auReasonCode property.- Parameters:
value- allowed object isString
-
getProfileCount
public long getProfileCount()
Gets the value of the profileCount property.
-
setProfileCount
public void setProfileCount(long value)
Sets the value of the profileCount property.
-
getReasonDescription
public String getReasonDescription()
Gets the value of the reasonDescription property.- Returns:
- possible object is
String
-
-