public class StandardNameTable extends Object
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>
 | Modifier and Type | Field and Description | 
|---|---|
| protected List<Alias> | alias | 
| protected String | contact | 
| protected List<Entry> | entry | 
| protected String | institution | 
| protected XMLGregorianCalendar | lastModified | 
| protected String | versionNumber | 
| Constructor and Description | 
|---|
| StandardNameTable() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Alias> | getAlias()Gets the value of the alias property. | 
| String | getContact()Gets the value of the contact property. | 
| List<Entry> | getEntry()Gets the value of the entry property. | 
| String | getInstitution()Gets the value of the institution property. | 
| XMLGregorianCalendar | getLastModified()Gets the value of the lastModified property. | 
| String | getVersionNumber()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 | setLastModified(XMLGregorianCalendar value)Sets the value of the lastModified property. | 
| void | setVersionNumber(String value)Sets the value of the versionNumber property. | 
protected String versionNumber
protected XMLGregorianCalendar lastModified
protected String institution
protected String contact
public String getVersionNumber()
Stringpublic void setVersionNumber(String value)
value - allowed object is Stringpublic XMLGregorianCalendar getLastModified()
XMLGregorianCalendarpublic void setLastModified(XMLGregorianCalendar value)
value - allowed object is XMLGregorianCalendarpublic String getInstitution()
Stringpublic void setInstitution(String value)
value - allowed object is Stringpublic String getContact()
Stringpublic void setContact(String value)
value - allowed object is Stringpublic List<Entry> getEntry()
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
public List<Alias> getAlias()
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
Copyright © 1996–2019 Geotools. All rights reserved.