Class AuDetailsType

  • Direct Known Subclasses:
    AuDeleteType, AuUpdateType

    public class AuDetailsType
    extends Object

    Java class for auDetailsType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="auDetailsType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="customerProfileID" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="customerPaymentProfileID" type="{http://www.w3.org/2001/XMLSchema}long"/>
             <element name="firstName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="lastName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
             <element name="updateTimeUTC" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="auReasonCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="reasonDescription" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • customerProfileID

        protected long customerProfileID
      • customerPaymentProfileID

        protected long customerPaymentProfileID
      • firstName

        protected String firstName
      • lastName

        protected String lastName
      • updateTimeUTC

        protected String updateTimeUTC
      • auReasonCode

        protected String auReasonCode
      • reasonDescription

        protected String reasonDescription
    • Constructor Detail

      • AuDetailsType

        public AuDetailsType()
    • Method Detail

      • getCustomerProfileID

        public long getCustomerProfileID()
        Gets the value of the customerProfileID property.
      • setCustomerProfileID

        public void setCustomerProfileID​(long value)
        Sets the value of the customerProfileID property.
      • getCustomerPaymentProfileID

        public long getCustomerPaymentProfileID()
        Gets the value of the customerPaymentProfileID property.
      • setCustomerPaymentProfileID

        public void setCustomerPaymentProfileID​(long value)
        Sets the value of the customerPaymentProfileID property.
      • getFirstName

        public String getFirstName()
        Gets the value of the firstName property.
        Returns:
        possible object is String
      • setFirstName

        public void setFirstName​(String value)
        Sets the value of the firstName property.
        Parameters:
        value - allowed object is String
      • getLastName

        public String getLastName()
        Gets the value of the lastName property.
        Returns:
        possible object is String
      • setLastName

        public void setLastName​(String value)
        Sets the value of the lastName property.
        Parameters:
        value - allowed object is String
      • getUpdateTimeUTC

        public String getUpdateTimeUTC()
        Gets the value of the updateTimeUTC property.
        Returns:
        possible object is String
      • setUpdateTimeUTC

        public void setUpdateTimeUTC​(String value)
        Sets the value of the updateTimeUTC property.
        Parameters:
        value - allowed object is String
      • 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
      • 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