Class MailingAddress


  • public class MailingAddress
    extends RecordCtype

    Java class for anonymous complex type.

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

     <complexType>
       <complexContent>
         <extension base="{http://www.cienciavitae.pt/ns/common}record-ctype">
           <sequence>
             <element name="address-type" type="{http://www.cienciavitae.pt/ns/common}contact-type-ctype"/>
             <element name="street-address" type="{http://www.cienciavitae.pt/ns/common}string-255-stype"/>
             <element name="postal-code" type="{http://www.cienciavitae.pt/ns/common}string-10-stype"/>
             <element name="city" type="{http://www.cienciavitae.pt/ns/common}string-50-stype"/>
             <element name="province-state" type="{http://www.cienciavitae.pt/ns/common}string-50-stype"/>
             <element name="country" type="{http://www.cienciavitae.pt/ns/common}iso-3166-country-ctype"/>
           </sequence>
           <attribute name="preferred-mailing-address" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
         </extension>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • MailingAddress

        public MailingAddress()
    • Method Detail

      • setAddressType

        public void setAddressType​(ContactTypeCtype value)
        Sets the value of the addressType property.
        Parameters:
        value - allowed object is ContactTypeCtype
      • getStreetAddress

        public String getStreetAddress()
        Gets the value of the streetAddress property.
        Returns:
        possible object is String
      • setStreetAddress

        public void setStreetAddress​(String value)
        Sets the value of the streetAddress property.
        Parameters:
        value - allowed object is String
      • getPostalCode

        public String getPostalCode()
        Gets the value of the postalCode property.
        Returns:
        possible object is String
      • setPostalCode

        public void setPostalCode​(String value)
        Sets the value of the postalCode property.
        Parameters:
        value - allowed object is String
      • getCity

        public String getCity()
        Gets the value of the city property.
        Returns:
        possible object is String
      • setCity

        public void setCity​(String value)
        Sets the value of the city property.
        Parameters:
        value - allowed object is String
      • getProvinceState

        public String getProvinceState()
        Gets the value of the provinceState property.
        Returns:
        possible object is String
      • setProvinceState

        public void setProvinceState​(String value)
        Sets the value of the provinceState property.
        Parameters:
        value - allowed object is String
      • isPreferredMailingAddress

        public boolean isPreferredMailingAddress()
        Gets the value of the preferredMailingAddress property.
        Returns:
        possible object is Boolean
      • setPreferredMailingAddress

        public void setPreferredMailingAddress​(Boolean value)
        Sets the value of the preferredMailingAddress property.
        Parameters:
        value - allowed object is Boolean