Class StandardNameTable
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 ref="{}version_number"/> <element ref="{}last_modified"/> <element ref="{}institution"/> <element ref="{}contact"/> <element ref="{}entry" maxOccurs="unbounded"/> <element ref="{}alias" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected XMLGregorianCalendar
protected String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlias()
Gets the value of the alias property.Gets the value of the contact property.getEntry()
Gets the value of the entry property.Gets the value of the institution property.Gets the value of the lastModified property.Gets the value of the versionNumber property.void
setContact
(String value) Sets the value of the contact property.void
setInstitution
(String value) Sets the value of the institution property.void
Sets the value of the lastModified property.void
setVersionNumber
(String value) Sets the value of the versionNumber property.
-
Field Details
-
versionNumber
-
lastModified
-
institution
-
contact
-
entry
-
alias
-
-
Constructor Details
-
StandardNameTable
public StandardNameTable()
-
-
Method Details
-
getVersionNumber
Gets the value of the versionNumber property.- Returns:
- possible object is
String
-
setVersionNumber
Sets the value of the versionNumber property.- Parameters:
value
- allowed object isString
-
getLastModified
Gets the value of the lastModified property.- Returns:
- possible object is
XMLGregorianCalendar
-
setLastModified
Sets the value of the lastModified property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
getInstitution
Gets the value of the institution property.- Returns:
- possible object is
String
-
setInstitution
Sets the value of the institution property.- Parameters:
value
- allowed object isString
-
getContact
Gets the value of the contact property.- Returns:
- possible object is
String
-
setContact
Sets the value of the contact property.- Parameters:
value
- allowed object isString
-
getEntry
Gets the value of the entry 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 JAXB object. This is why there is not a
set
method for the entry property.For example, to add a new item, do as follows:
getEntry().add(newItem);
Objects of the following type(s) are allowed in the list
Entry
-
getAlias
Gets the value of the alias 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 JAXB object. This is why there is not a
set
method for the alias property.For example, to add a new item, do as follows:
getAlias().add(newItem);
Objects of the following type(s) are allowed in the list
Alias
-