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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
auReasonCode |
protected long |
profileCount |
protected String |
reasonDescription |
| Constructor and Description |
|---|
AuResponseType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuReasonCode()
Gets the value of the auReasonCode property.
|
long |
getProfileCount()
Gets the value of the profileCount property.
|
String |
getReasonDescription()
Gets the value of the reasonDescription property.
|
void |
setAuReasonCode(String value)
Sets the value of the auReasonCode property.
|
void |
setProfileCount(long value)
Sets the value of the profileCount property.
|
void |
setReasonDescription(String value)
Sets the value of the reasonDescription property.
|
protected String auReasonCode
protected long profileCount
protected String reasonDescription
public String getAuReasonCode()
Stringpublic void setAuReasonCode(String value)
value - allowed object is
Stringpublic long getProfileCount()
public void setProfileCount(long value)
public String getReasonDescription()
StringCopyright © 2020. All rights reserved.