Class AddressInformationInput


  • public class AddressInformationInput
    extends java.lang.Object
    Contains address input information..
    • Constructor Detail

      • AddressInformationInput

        public AddressInformationInput()
    • Method Detail

      • getAddressInformation

        public AddressInformation getAddressInformation()
        Get addressInformation.
        Returns:
        addressInformation
      • setAddressInformation

        public void setAddressInformation​(AddressInformation addressInformation)
        setAddressInformation.
      • displayLevelCode

        public AddressInformationInput displayLevelCode​(java.lang.String displayLevelCode)
        displayLevelCode.
        Returns:
        AddressInformationInput
      • getDisplayLevelCode

        public java.lang.String getDisplayLevelCode()
        Specifies the display level for the recipient. Valid values are: * ReadOnly * Editable * DoNotDisplay.
        Returns:
        displayLevelCode
      • setDisplayLevelCode

        public void setDisplayLevelCode​(java.lang.String displayLevelCode)
        setDisplayLevelCode.
      • receiveInResponse

        public AddressInformationInput receiveInResponse​(java.lang.String receiveInResponse)
        receiveInResponse.
        Returns:
        AddressInformationInput
      • getReceiveInResponse

        public java.lang.String getReceiveInResponse()
        When set to **true**, the information needs to be returned in the response..
        Returns:
        receiveInResponse
      • setReceiveInResponse

        public void setReceiveInResponse​(java.lang.String receiveInResponse)
        setReceiveInResponse.
      • equals

        public boolean equals​(java.lang.Object o)
        Compares objects.
        Overrides:
        equals in class java.lang.Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Converts the given object to string.
        Overrides:
        toString in class java.lang.Object