Class Re3Data.Repository.Institution
- Enclosing class:
- Re3Data.Repository
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="institutionName">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="language" use="required" type="{http://www.re3data.org/schema/2-2}languages" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="institutionAdditionalName" maxOccurs="unbounded" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="language" use="required" type="{http://www.re3data.org/schema/2-2}languages" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="institutionCountry" type="{http://www.re3data.org/schema/2-2}countries"/>
<element name="responsibilityType" type="{http://www.re3data.org/schema/2-2}responsibilityTypes" maxOccurs="unbounded" minOccurs="0"/>
<element name="institutionType" type="{http://www.re3data.org/schema/2-2}institutionTypes" minOccurs="0"/>
<element name="institutionURL" type="{http://www.w3.org/2001/XMLSchema}anyURI" minOccurs="0"/>
<element name="institutionIdentifier" type="{http://www.w3.org/2001/XMLSchema}anyURI" maxOccurs="unbounded" minOccurs="0"/>
<element name="responsibilityStartDate" type="{http://www.re3data.org/schema/2-2}dateFormat" minOccurs="0"/>
<element name="responsibilityEndDate" type="{http://www.re3data.org/schema/2-2}dateFormat" minOccurs="0"/>
<element name="institutionContact" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava class for anonymous complex type.static classJava class for anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Countriesprotected InstitutionTypesprotected Stringprotected Stringprotected Stringprotected List<ResponsibilityTypes> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the institutionAdditionalName property.Gets the value of the institutionContact property.Gets the value of the institutionCountry property.Gets the value of the institutionIdentifier property.Gets the value of the institutionName property.Gets the value of the institutionType property.Gets the value of the institutionURL property.Gets the value of the responsibilityEndDate property.Gets the value of the responsibilityStartDate property.Gets the value of the responsibilityType property.voidsetInstitutionCountry(Countries value) Sets the value of the institutionCountry property.voidSets the value of the institutionName property.voidSets the value of the institutionType property.voidsetInstitutionURL(String value) Sets the value of the institutionURL property.voidsetResponsibilityEndDate(String value) Sets the value of the responsibilityEndDate property.voidsetResponsibilityStartDate(String value) Sets the value of the responsibilityStartDate property.
-
Field Details
-
institutionName
-
institutionAdditionalName
-
institutionCountry
-
responsibilityType
-
institutionType
-
institutionURL
-
institutionIdentifier
-
responsibilityStartDate
-
responsibilityEndDate
-
institutionContact
-
-
Constructor Details
-
Institution
public Institution()
-
-
Method Details
-
getInstitutionName
Gets the value of the institutionName property.- Returns:
- possible object is
Re3Data.Repository.Institution.InstitutionName
-
setInstitutionName
Sets the value of the institutionName property.- Parameters:
value- allowed object isRe3Data.Repository.Institution.InstitutionName
-
getInstitutionAdditionalName
public List<Re3Data.Repository.Institution.InstitutionAdditionalName> getInstitutionAdditionalName()Gets the value of the institutionAdditionalName property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the institutionAdditionalName property.For example, to add a new item, do as follows:
getInstitutionAdditionalName().add(newItem);Objects of the following type(s) are allowed in the list
Re3Data.Repository.Institution.InstitutionAdditionalName -
getInstitutionCountry
Gets the value of the institutionCountry property.- Returns:
- possible object is
Countries
-
setInstitutionCountry
Sets the value of the institutionCountry property.- Parameters:
value- allowed object isCountries
-
getResponsibilityType
Gets the value of the responsibilityType property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the responsibilityType property.For example, to add a new item, do as follows:
getResponsibilityType().add(newItem);Objects of the following type(s) are allowed in the list
ResponsibilityTypes -
getInstitutionType
Gets the value of the institutionType property.- Returns:
- possible object is
InstitutionTypes
-
setInstitutionType
Sets the value of the institutionType property.- Parameters:
value- allowed object isInstitutionTypes
-
getInstitutionURL
Gets the value of the institutionURL property.- Returns:
- possible object is
String
-
setInstitutionURL
Sets the value of the institutionURL property.- Parameters:
value- allowed object isString
-
getInstitutionIdentifier
Gets the value of the institutionIdentifier property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the institutionIdentifier property.For example, to add a new item, do as follows:
getInstitutionIdentifier().add(newItem);Objects of the following type(s) are allowed in the list
String -
getResponsibilityStartDate
Gets the value of the responsibilityStartDate property.- Returns:
- possible object is
String
-
setResponsibilityStartDate
Sets the value of the responsibilityStartDate property.- Parameters:
value- allowed object isString
-
getResponsibilityEndDate
Gets the value of the responsibilityEndDate property.- Returns:
- possible object is
String
-
setResponsibilityEndDate
Sets the value of the responsibilityEndDate property.- Parameters:
value- allowed object isString
-
getInstitutionContact
Gets the value of the institutionContact property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the institutionContact property.For example, to add a new item, do as follows:
getInstitutionContact().add(newItem);Objects of the following type(s) are allowed in the list
String
-