Package pt.cienciavitae.ns.output
Class PublicationLocationCtype
- java.lang.Object
-
- pt.cienciavitae.ns.output.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringcityprotected Iso3166CountryCtypecountry
-
Constructor Summary
Constructors Constructor Description PublicationLocationCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCity()Gets the value of the city property.Iso3166CountryCtypegetCountry()Gets the value of the country property.voidsetCity(String value)Sets the value of the city property.voidsetCountry(Iso3166CountryCtype value)Sets the value of the country property.
-
-
-
Field Detail
-
country
protected Iso3166CountryCtype country
-
city
protected String city
-
-
Method Detail
-
getCountry
public Iso3166CountryCtype getCountry()
Gets the value of the country property.- Returns:
- possible object is
Iso3166CountryCtype
-
setCountry
public void setCountry(Iso3166CountryCtype value)
Sets the value of the country property.- Parameters:
value- allowed object isIso3166CountryCtype
-
getCity
public String getCity()
Gets the value of the city property.- Returns:
- possible object is
String
-
-