Class 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>
     
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • versionNumber

        protected String versionNumber
      • lastModified

        protected XMLGregorianCalendar lastModified
      • institution

        protected String institution
      • contact

        protected String contact
      • entry

        protected List<Entry> entry
      • alias

        protected List<Alias> alias
    • Constructor Detail

      • StandardNameTable

        public StandardNameTable()
    • Method Detail

      • 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