Class InstitutionAddressCtype


  • public class InstitutionAddressCtype
    extends Object

    Java class for institution-address-ctype complex type.

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

     <complexType name="institution-address-ctype">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="city" type="{http://www.cienciavitae.pt/ns/common}string-255-stype"/>
             <element name="region" type="{http://www.cienciavitae.pt/ns/common}string-255-stype" minOccurs="0"/>
             <element name="country" type="{http://www.cienciavitae.pt/ns/common}iso-3166-country-ctype"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • InstitutionAddressCtype

        public InstitutionAddressCtype()
    • Method Detail

      • 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
      • getRegion

        public String getRegion()
        Gets the value of the region property.
        Returns:
        possible object is String
      • setRegion

        public void setRegion​(String value)
        Sets the value of the region property.
        Parameters:
        value - allowed object is String