com.ibm.commerce.foundation.common.datatypes

Interface AddressType

    • Method Detail

      • getAddressLine

        java.util.List getAddressLine()
        Returns the value of the 'Address Line' attribute list. The list contents are of type String. An address line.
        Returns:
        the value of the 'Address Line' attribute list.
        See Also:
        CommerceFoundationPackage.getAddressType_AddressLine()
      • getInternalOfficeAddress

        java.lang.String getInternalOfficeAddress()
        Returns the value of the 'Internal Office Address' attribute. The internal office address, for example the internal designation for an employee's desk location.
        Returns:
        the value of the 'Internal Office Address' attribute.
        See Also:
        setInternalOfficeAddress(String), CommerceFoundationPackage.getAddressType_InternalOfficeAddress()
      • setInternalOfficeAddress

        void setInternalOfficeAddress(java.lang.String value)
        Sets the value of the 'Internal Office Address' attribute.
        Parameters:
        value - the new value of the 'Internal Office Address' attribute.
        See Also:
        getInternalOfficeAddress()
      • getCity

        java.lang.String getCity()
        Returns the value of the 'City' attribute. The city.
        Returns:
        the value of the 'City' attribute.
        See Also:
        setCity(String), CommerceFoundationPackage.getAddressType_City()
      • setCity

        void setCity(java.lang.String value)
        Sets the value of the 'City' attribute.
        Parameters:
        value - the new value of the 'City' attribute.
        See Also:
        getCity()
      • getStateOrProvinceName

        java.lang.String getStateOrProvinceName()
        Returns the value of the 'State Or Province Name' attribute. The state or province.
        Returns:
        the value of the 'State Or Province Name' attribute.
        See Also:
        setStateOrProvinceName(String), CommerceFoundationPackage.getAddressType_StateOrProvinceName()
      • setStateOrProvinceName

        void setStateOrProvinceName(java.lang.String value)
        Sets the value of the 'State Or Province Name' attribute.
        Parameters:
        value - the new value of the 'State Or Province Name' attribute.
        See Also:
        getStateOrProvinceName()
      • getCountry

        java.lang.String getCountry()
        Returns the value of the 'Country' attribute. The country or region.
        Returns:
        the value of the 'Country' attribute.
        See Also:
        setCountry(String), CommerceFoundationPackage.getAddressType_Country()
      • setCountry

        void setCountry(java.lang.String value)
        Sets the value of the 'Country' attribute.
        Parameters:
        value - the new value of the 'Country' attribute.
        See Also:
        getCountry()
      • getPostalCode

        java.lang.String getPostalCode()
        Returns the value of the 'Postal Code' attribute. The ZIP code or postal code.
        Returns:
        the value of the 'Postal Code' attribute.
        See Also:
        setPostalCode(String), CommerceFoundationPackage.getAddressType_PostalCode()
      • setPostalCode

        void setPostalCode(java.lang.String value)
        Sets the value of the 'Postal Code' attribute.
        Parameters:
        value - the new value of the 'Postal Code' attribute.
        See Also:
        getPostalCode()
      • getUserData

        UserDataType getUserData()
        Returns the value of the 'User Data' containment reference. The user data area.
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), CommerceFoundationPackage.getAddressType_UserData()
      • setUserData

        void setUserData(UserDataType value)
        Sets the value of the 'User Data' containment reference.
        Parameters:
        value - the new value of the 'User Data' containment reference.
        See Also:
        getUserData()
      • isPrimary

        boolean isPrimary()
        Returns the value of the 'Primary' attribute. A person or organization can have multiple addresses of the same type. This allows one address of each type to be marked as primary.
        Returns:
        the value of the 'Primary' attribute.
        See Also:
        isSetPrimary(), unsetPrimary(), setPrimary(boolean), CommerceFoundationPackage.getAddressType_Primary()
      • getType_

        java.lang.Object getType_()
        Returns the value of the 'Type' attribute. The type of the address: Shipping: Shipping Billing: Billing ShippingAndBilling: ShippingAndBilling
        Returns:
        the value of the 'Type' attribute.
        See Also:
        setType(Object), CommerceFoundationPackage.getAddressType_Type()
      • setType

        void setType(java.lang.Object value)
        Sets the value of the 'Type' attribute.
        Parameters:
        value - the new value of the 'Type' attribute.
        See Also:
        getType_()