Class PublicationLocationCtype


  • public class PublicationLocationCtype
    extends Object

    Java class for publication-location-ctype complex type.

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

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

      • PublicationLocationCtype

        public PublicationLocationCtype()
    • 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