Class 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 Detail

      • auReasonCode

        protected String auReasonCode
      • profileCount

        protected long profileCount
      • reasonDescription

        protected String reasonDescription
    • Constructor Detail

      • AuResponseType

        public AuResponseType()
    • 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 is String
      • 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
      • setReasonDescription

        public void setReasonDescription​(String value)
        Sets the value of the reasonDescription property.
        Parameters:
        value - allowed object is String