Package pt.cienciavitae.ns.common
Class InstitutionCtype
- java.lang.Object
-
- pt.cienciavitae.ns.common.InstitutionCtype
-
public class InstitutionCtype extends Object
Java class for institution-ctype complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="institution-ctype"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="institution-name" type="{http://www.cienciavitae.pt/ns/common}string-255-stype"/> <element name="institution-address" type="{http://www.cienciavitae.pt/ns/common}institution-address-ctype"/> <element name="institution-sector" type="{http://www.cienciavitae.pt/ns/common}institution-sector-ctype"/> <element name="institution-identifier" type="{http://www.cienciavitae.pt/ns/common}institution-identifier-ctype" minOccurs="0"/> <element name="institution-other-identifiers" type="{http://www.cienciavitae.pt/ns/common}institution-identifiers-ctype" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected InstitutionAddressCtypeinstitutionAddressprotected InstitutionIdentifierCtypeinstitutionIdentifierprotected StringinstitutionNameprotected InstitutionIdentifiersCtypeinstitutionOtherIdentifiersprotected InstitutionSectorCtypeinstitutionSector
-
Constructor Summary
Constructors Constructor Description InstitutionCtype()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InstitutionAddressCtypegetInstitutionAddress()Gets the value of the institutionAddress property.InstitutionIdentifierCtypegetInstitutionIdentifier()Gets the value of the institutionIdentifier property.StringgetInstitutionName()Gets the value of the institutionName property.InstitutionIdentifiersCtypegetInstitutionOtherIdentifiers()Gets the value of the institutionOtherIdentifiers property.InstitutionSectorCtypegetInstitutionSector()Gets the value of the institutionSector property.voidsetInstitutionAddress(InstitutionAddressCtype value)Sets the value of the institutionAddress property.voidsetInstitutionIdentifier(InstitutionIdentifierCtype value)Sets the value of the institutionIdentifier property.voidsetInstitutionName(String value)Sets the value of the institutionName property.voidsetInstitutionOtherIdentifiers(InstitutionIdentifiersCtype value)Sets the value of the institutionOtherIdentifiers property.voidsetInstitutionSector(InstitutionSectorCtype value)Sets the value of the institutionSector property.
-
-
-
Field Detail
-
institutionName
protected String institutionName
-
institutionAddress
protected InstitutionAddressCtype institutionAddress
-
institutionSector
protected InstitutionSectorCtype institutionSector
-
institutionIdentifier
protected InstitutionIdentifierCtype institutionIdentifier
-
institutionOtherIdentifiers
protected InstitutionIdentifiersCtype institutionOtherIdentifiers
-
-
Method Detail
-
getInstitutionName
public String getInstitutionName()
Gets the value of the institutionName property.- Returns:
- possible object is
String
-
setInstitutionName
public void setInstitutionName(String value)
Sets the value of the institutionName property.- Parameters:
value- allowed object isString
-
getInstitutionAddress
public InstitutionAddressCtype getInstitutionAddress()
Gets the value of the institutionAddress property.- Returns:
- possible object is
InstitutionAddressCtype
-
setInstitutionAddress
public void setInstitutionAddress(InstitutionAddressCtype value)
Sets the value of the institutionAddress property.- Parameters:
value- allowed object isInstitutionAddressCtype
-
getInstitutionSector
public InstitutionSectorCtype getInstitutionSector()
Gets the value of the institutionSector property.- Returns:
- possible object is
InstitutionSectorCtype
-
setInstitutionSector
public void setInstitutionSector(InstitutionSectorCtype value)
Sets the value of the institutionSector property.- Parameters:
value- allowed object isInstitutionSectorCtype
-
getInstitutionIdentifier
public InstitutionIdentifierCtype getInstitutionIdentifier()
Gets the value of the institutionIdentifier property.- Returns:
- possible object is
InstitutionIdentifierCtype
-
setInstitutionIdentifier
public void setInstitutionIdentifier(InstitutionIdentifierCtype value)
Sets the value of the institutionIdentifier property.- Parameters:
value- allowed object isInstitutionIdentifierCtype
-
getInstitutionOtherIdentifiers
public InstitutionIdentifiersCtype getInstitutionOtherIdentifiers()
Gets the value of the institutionOtherIdentifiers property.- Returns:
- possible object is
InstitutionIdentifiersCtype
-
setInstitutionOtherIdentifiers
public void setInstitutionOtherIdentifiers(InstitutionIdentifiersCtype value)
Sets the value of the institutionOtherIdentifiers property.- Parameters:
value- allowed object isInstitutionIdentifiersCtype
-
-