Class MsIdentifier


  • public class MsIdentifier
    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>
             <sequence>
               <element ref="{http://www.tei-c.org/ns/1.0}placeName" minOccurs="0"/>
               <element ref="{http://www.tei-c.org/ns/1.0}bloc" minOccurs="0"/>
               <element ref="{http://www.tei-c.org/ns/1.0}country" minOccurs="0"/>
               <element ref="{http://www.tei-c.org/ns/1.0}region" minOccurs="0"/>
               <element ref="{http://www.tei-c.org/ns/1.0}settlement" minOccurs="0"/>
               <element ref="{http://www.tei-c.org/ns/1.0}district" minOccurs="0"/>
               <element ref="{http://www.tei-c.org/ns/1.0}geogName" minOccurs="0"/>
               <element ref="{http://www.tei-c.org/ns/1.0}institution" minOccurs="0"/>
               <element ref="{http://www.tei-c.org/ns/1.0}repository" minOccurs="0"/>
               <element ref="{http://www.tei-c.org/ns/1.0}collection" maxOccurs="unbounded" minOccurs="0"/>
               <element ref="{http://www.tei-c.org/ns/1.0}idno" maxOccurs="unbounded" minOccurs="0"/>
             </sequence>
             <choice maxOccurs="unbounded" minOccurs="0">
               <element ref="{http://www.tei-c.org/ns/1.0}msName"/>
               <element ref="{http://www.tei-c.org/ns/1.0}objectName"/>
               <element ref="{http://www.tei-c.org/ns/1.0}altIdentifier"/>
             </choice>
           </sequence>
           <attGroup ref="{http://www.tei-c.org/ns/1.0}att.global.attributes"/>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • MsIdentifier

        public MsIdentifier()
    • Method Detail

      • getPlaceName

        public PlaceName getPlaceName()
        Gets the value of the placeName property.
        Returns:
        possible object is PlaceName
      • setPlaceName

        public void setPlaceName​(PlaceName value)
        Sets the value of the placeName property.
        Parameters:
        value - allowed object is PlaceName
      • getBloc

        public Bloc getBloc()
        Gets the value of the bloc property.
        Returns:
        possible object is Bloc
      • setBloc

        public void setBloc​(Bloc value)
        Sets the value of the bloc property.
        Parameters:
        value - allowed object is Bloc
      • getCountry

        public Country getCountry()
        Gets the value of the country property.
        Returns:
        possible object is Country
      • setCountry

        public void setCountry​(Country value)
        Sets the value of the country property.
        Parameters:
        value - allowed object is Country
      • getRegion

        public Region getRegion()
        Gets the value of the region property.
        Returns:
        possible object is Region
      • setRegion

        public void setRegion​(Region value)
        Sets the value of the region property.
        Parameters:
        value - allowed object is Region
      • getSettlement

        public Settlement getSettlement()
        Gets the value of the settlement property.
        Returns:
        possible object is Settlement
      • setSettlement

        public void setSettlement​(Settlement value)
        Sets the value of the settlement property.
        Parameters:
        value - allowed object is Settlement
      • getDistrict

        public District getDistrict()
        Gets the value of the district property.
        Returns:
        possible object is District
      • setDistrict

        public void setDistrict​(District value)
        Sets the value of the district property.
        Parameters:
        value - allowed object is District
      • getGeogName

        public GeogName getGeogName()
        Gets the value of the geogName property.
        Returns:
        possible object is GeogName
      • setGeogName

        public void setGeogName​(GeogName value)
        Sets the value of the geogName property.
        Parameters:
        value - allowed object is GeogName
      • getInstitution

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

        public void setInstitution​(Institution value)
        Sets the value of the institution property.
        Parameters:
        value - allowed object is Institution
      • getRepository

        public Repository getRepository()
        Gets the value of the repository property.
        Returns:
        possible object is Repository
      • setRepository

        public void setRepository​(Repository value)
        Sets the value of the repository property.
        Parameters:
        value - allowed object is Repository
      • getCollections

        public List<Collection> getCollections()
        Gets the value of the collections 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 set method for the collections property.

        For example, to add a new item, do as follows:

            getCollections().add(newItem);
         

        Objects of the following type(s) are allowed in the list Collection

      • getIdnos

        public List<Idno> getIdnos()
        Gets the value of the idnos 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 set method for the idnos property.

        For example, to add a new item, do as follows:

            getIdnos().add(newItem);
         

        Objects of the following type(s) are allowed in the list Idno

      • getMsNamesAndObjectNamesAndAltIdentifiers

        public List<Object> getMsNamesAndObjectNamesAndAltIdentifiers()
        Gets the value of the msNamesAndObjectNamesAndAltIdentifiers 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 set method for the msNamesAndObjectNamesAndAltIdentifiers property.

        For example, to add a new item, do as follows:

            getMsNamesAndObjectNamesAndAltIdentifiers().add(newItem);
         

        Objects of the following type(s) are allowed in the list MsName ObjectName AltIdentifier

      • getRends

        public List<String> getRends()
        Gets the value of the rends 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 set method for the rends property.

        For example, to add a new item, do as follows:

            getRends().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getRendering

        public List<String> getRendering()
        Gets the value of the rendering 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 set method for the rendering property.

        For example, to add a new item, do as follows:

            getRendering().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getStyle

        public String getStyle()
        Gets the value of the style property.
        Returns:
        possible object is String
      • setStyle

        public void setStyle​(String value)
        Sets the value of the style property.
        Parameters:
        value - allowed object is String
      • getCert

        public String getCert()
        Gets the value of the cert property.
        Returns:
        possible object is String
      • setCert

        public void setCert​(String value)
        Sets the value of the cert property.
        Parameters:
        value - allowed object is String
      • getResps

        public List<String> getResps()
        Gets the value of the resps 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 set method for the resps property.

        For example, to add a new item, do as follows:

            getResps().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getId

        public String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String
      • getBase

        public String getBase()
        Gets the value of the base property.
        Returns:
        possible object is String
      • setBase

        public void setBase​(String value)
        Sets the value of the base property.
        Parameters:
        value - allowed object is String
      • getSources

        public List<String> getSources()
        Gets the value of the sources 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 set method for the sources property.

        For example, to add a new item, do as follows:

            getSources().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getSameAs

        public String getSameAs()
        Gets the value of the sameAs property.
        Returns:
        possible object is String
      • setSameAs

        public void setSameAs​(String value)
        Sets the value of the sameAs property.
        Parameters:
        value - allowed object is String
      • getNext

        public String getNext()
        Gets the value of the next property.
        Returns:
        possible object is String
      • setNext

        public void setNext​(String value)
        Sets the value of the next property.
        Parameters:
        value - allowed object is String
      • getSelects

        public List<String> getSelects()
        Gets the value of the selects 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 set method for the selects property.

        For example, to add a new item, do as follows:

            getSelects().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getExcludes

        public List<String> getExcludes()
        Gets the value of the excludes 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 set method for the excludes property.

        For example, to add a new item, do as follows:

            getExcludes().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getCorresps

        public List<String> getCorresps()
        Gets the value of the corresps 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 set method for the corresps property.

        For example, to add a new item, do as follows:

            getCorresps().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getCopyOf

        public String getCopyOf()
        Gets the value of the copyOf property.
        Returns:
        possible object is String
      • setCopyOf

        public void setCopyOf​(String value)
        Sets the value of the copyOf property.
        Parameters:
        value - allowed object is String
      • getSynches

        public List<String> getSynches()
        Gets the value of the synches 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 set method for the synches property.

        For example, to add a new item, do as follows:

            getSynches().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getPrev

        public String getPrev()
        Gets the value of the prev property.
        Returns:
        possible object is String
      • setPrev

        public void setPrev​(String value)
        Sets the value of the prev property.
        Parameters:
        value - allowed object is String
      • getAnas

        public List<String> getAnas()
        Gets the value of the anas 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 set method for the anas property.

        For example, to add a new item, do as follows:

            getAnas().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getN

        public String getN()
        Gets the value of the n property.
        Returns:
        possible object is String
      • setN

        public void setN​(String value)
        Sets the value of the n property.
        Parameters:
        value - allowed object is String
      • getFacs

        public List<String> getFacs()
        Gets the value of the facs 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 set method for the facs property.

        For example, to add a new item, do as follows:

            getFacs().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getChanges

        public List<String> getChanges()
        Gets the value of the changes 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 set method for the changes property.

        For example, to add a new item, do as follows:

            getChanges().add(newItem);
         

        Objects of the following type(s) are allowed in the list String

      • getLang

        public String getLang()
        Gets the value of the lang property.
        Returns:
        possible object is String
      • setLang

        public void setLang​(String value)
        Sets the value of the lang property.
        Parameters:
        value - allowed object is String
      • getSpace

        public String getSpace()
        Gets the value of the space property.
        Returns:
        possible object is String
      • setSpace

        public void setSpace​(String value)
        Sets the value of the space property.
        Parameters:
        value - allowed object is String