com.ibm.websphere.wim.model

Interface AddressType

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getCity()
      Returns the value of the 'City' attribute.
      java.lang.String getCountryName()
      Returns the value of the 'Country Name' attribute.
      java.lang.String getNickName()
      Returns the value of the 'Nick Name' attribute.
      java.lang.String getPostalCode()
      Returns the value of the 'Postal Code' attribute.
      java.lang.String getStateOrProvinceName()
      Returns the value of the 'State Or Province Name' attribute.
      java.util.List getStreet()
      Returns the value of the 'Street' attribute list.
      void setCity(java.lang.String value)
      Sets the value of the 'City' attribute.
      void setCountryName(java.lang.String value)
      Sets the value of the 'Country Name' attribute.
      void setNickName(java.lang.String value)
      Sets the value of the 'Nick Name' attribute.
      void setPostalCode(java.lang.String value)
      Sets the value of the 'Postal Code' attribute.
      void setStateOrProvinceName(java.lang.String value)
      Sets the value of the 'State Or Province Name' attribute.
    • Method Detail

      • getNickName

        java.lang.String getNickName()
        Returns the value of the 'Nick Name' attribute.
        See Also:
        setNickName(String), ModelPackage.getAddressType_NickName()
        Model:
        unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
        Generated:
        Return:
        the value of the 'Nick Name' attribute.
      • setNickName

        void setNickName(java.lang.String value)
        Sets the value of the 'Nick Name' attribute.
        Parameters:
        value - the new value of the 'Nick Name' attribute.
        See Also:
        getNickName()
        Generated:
      • getStreet

        java.util.List getStreet()
        Returns the value of the 'Street' attribute list. The list contents are of type String.
        See Also:
        ModelPackage.getAddressType_Street()
        Model:
        type="java.lang.String" unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
        Generated:
        Return:
        the value of the 'Street' attribute list.
      • getCity

        java.lang.String getCity()
        Returns the value of the 'City' attribute.
        See Also:
        setCity(String), ModelPackage.getAddressType_City()
        Model:
        unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
        Generated:
        Return:
        the value of the 'City' attribute.
      • 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()
        Generated:
      • 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()
        Generated:
      • getPostalCode

        java.lang.String getPostalCode()
        Returns the value of the 'Postal Code' attribute.
        See Also:
        setPostalCode(String), ModelPackage.getAddressType_PostalCode()
        Model:
        unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
        Generated:
        Return:
        the value of the 'Postal Code' attribute.
      • 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()
        Generated:
      • getCountryName

        java.lang.String getCountryName()
        Returns the value of the 'Country Name' attribute.
        See Also:
        setCountryName(String), ModelPackage.getAddressType_CountryName()
        Model:
        unique="false" dataType="org.eclipse.emf.ecore.xml.type.String" required="true"
        Generated:
        Return:
        the value of the 'Country Name' attribute.
      • setCountryName

        void setCountryName(java.lang.String value)
        Sets the value of the 'Country Name' attribute.
        Parameters:
        value - the new value of the 'Country Name' attribute.
        See Also:
        getCountryName()
        Generated: