Class UsMailV3SenderAddress

  • All Implemented Interfaces:
    PositionData

    public class UsMailV3SenderAddress
    extends BaseField
    The address of the sender.
    • Constructor Detail

      • UsMailV3SenderAddress

        public UsMailV3SenderAddress()
    • Method Detail

      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in class BaseField
        Returns:
        true if the field is empty, false otherwise.
      • toFieldList

        public String toFieldList()
        Output the object in a format suitable for inclusion in an rST field list.
      • getCity

        public String getCity()
        The city of the sender's address.
      • getComplete

        public String getComplete()
        The complete address of the sender.
      • getPostalCode

        public String getPostalCode()
        The postal code of the sender's address.
      • getState

        public String getState()
        Second part of the ISO 3166-2 code, consisting of two letters indicating the US State.
      • getStreet

        public String getStreet()
        The street of the sender's address.