Class StandardNameTable

Object
StandardNameTable

public class StandardNameTable extends Object
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 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 Details

  • Constructor Details

    • StandardNameTable

      public StandardNameTable()
  • Method Details

    • getVersionNumber

      public String getVersionNumber()
      Gets the value of the versionNumber property.
      Returns:
      possible object is String
    • setVersionNumber

      public void setVersionNumber(String value)
      Sets the value of the versionNumber property.
      Parameters:
      value - allowed object is String
    • getLastModified

      public XMLGregorianCalendar getLastModified()
      Gets the value of the lastModified property.
      Returns:
      possible object is XMLGregorianCalendar
    • setLastModified

      public void setLastModified(XMLGregorianCalendar value)
      Sets the value of the lastModified property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getInstitution

      public String getInstitution()
      Gets the value of the institution property.
      Returns:
      possible object is String
    • setInstitution

      public void setInstitution(String value)
      Sets the value of the institution property.
      Parameters:
      value - allowed object is String
    • getContact

      public String getContact()
      Gets the value of the contact property.
      Returns:
      possible object is String
    • setContact

      public void setContact(String value)
      Sets the value of the contact property.
      Parameters:
      value - allowed object is String
    • getEntry

      public List<Entry> 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

      public List<Alias> 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