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 and Description |
|---|
MsIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAnas()
Gets the value of the anas property.
|
String |
getBase()
Gets the value of the base property.
|
Bloc |
getBloc()
Gets the value of the bloc property.
|
String |
getCert()
Gets the value of the cert property.
|
List<String> |
getChanges()
Gets the value of the changes property.
|
List<Collection> |
getCollections()
Gets the value of the collections property.
|
String |
getCopyOf()
Gets the value of the copyOf property.
|
List<String> |
getCorresps()
Gets the value of the corresps property.
|
Country |
getCountry()
Gets the value of the country property.
|
District |
getDistrict()
Gets the value of the district property.
|
List<String> |
getExcludes()
Gets the value of the excludes property.
|
List<String> |
getFacs()
Gets the value of the facs property.
|
GeogName |
getGeogName()
Gets the value of the geogName property.
|
String |
getId()
Gets the value of the id property.
|
List<Idno> |
getIdnos()
Gets the value of the idnos property.
|
Institution |
getInstitution()
Gets the value of the institution property.
|
String |
getLang()
Gets the value of the lang property.
|
List<Object> |
getMsNamesAndObjectNamesAndAltIdentifiers()
Gets the value of the msNamesAndObjectNamesAndAltIdentifiers property.
|
String |
getN()
Gets the value of the n property.
|
String |
getNext()
Gets the value of the next property.
|
PlaceName |
getPlaceName()
Gets the value of the placeName property.
|
String |
getPrev()
Gets the value of the prev property.
|
Region |
getRegion()
Gets the value of the region property.
|
List<String> |
getRendering()
Gets the value of the rendering property.
|
List<String> |
getRends()
Gets the value of the rends property.
|
Repository |
getRepository()
Gets the value of the repository property.
|
List<String> |
getResps()
Gets the value of the resps property.
|
String |
getSameAs()
Gets the value of the sameAs property.
|
List<String> |
getSelects()
Gets the value of the selects property.
|
Settlement |
getSettlement()
Gets the value of the settlement property.
|
List<String> |
getSources()
Gets the value of the sources property.
|
String |
getSpace()
Gets the value of the space property.
|
String |
getStyle()
Gets the value of the style property.
|
List<String> |
getSynches()
Gets the value of the synches property.
|
void |
setBase(String value)
Sets the value of the base property.
|
void |
setBloc(Bloc value)
Sets the value of the bloc property.
|
void |
setCert(String value)
Sets the value of the cert property.
|
void |
setCopyOf(String value)
Sets the value of the copyOf property.
|
void |
setCountry(Country value)
Sets the value of the country property.
|
void |
setDistrict(District value)
Sets the value of the district property.
|
void |
setGeogName(GeogName value)
Sets the value of the geogName property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setInstitution(Institution value)
Sets the value of the institution property.
|
void |
setLang(String value)
Sets the value of the lang property.
|
void |
setN(String value)
Sets the value of the n property.
|
void |
setNext(String value)
Sets the value of the next property.
|
void |
setPlaceName(PlaceName value)
Sets the value of the placeName property.
|
void |
setPrev(String value)
Sets the value of the prev property.
|
void |
setRegion(Region value)
Sets the value of the region property.
|
void |
setRepository(Repository value)
Sets the value of the repository property.
|
void |
setSameAs(String value)
Sets the value of the sameAs property.
|
void |
setSettlement(Settlement value)
Sets the value of the settlement property.
|
void |
setSpace(String value)
Sets the value of the space property.
|
void |
setStyle(String value)
Sets the value of the style property.
|
protected PlaceName placeName
protected Bloc bloc
protected Country country
protected Region region
protected Settlement settlement
protected District district
protected GeogName geogName
protected Institution institution
protected Repository repository
protected List<Collection> collections
protected List<Object> msNamesAndObjectNamesAndAltIdentifiers
protected String style
protected String cert
protected String base
protected String space
protected String id
protected String prev
protected String sameAs
protected String copyOf
protected String next
protected String n
protected String lang
public PlaceName getPlaceName()
PlaceNamepublic void setPlaceName(PlaceName value)
value - allowed object is
PlaceNamepublic void setBloc(Bloc value)
value - allowed object is
Blocpublic Country getCountry()
Countrypublic void setCountry(Country value)
value - allowed object is
Countrypublic Region getRegion()
Regionpublic void setRegion(Region value)
value - allowed object is
Regionpublic Settlement getSettlement()
Settlementpublic void setSettlement(Settlement value)
value - allowed object is
Settlementpublic District getDistrict()
Districtpublic void setDistrict(District value)
value - allowed object is
Districtpublic GeogName getGeogName()
GeogNamepublic void setGeogName(GeogName value)
value - allowed object is
GeogNamepublic Institution getInstitution()
Institutionpublic void setInstitution(Institution value)
value - allowed object is
Institutionpublic Repository getRepository()
Repositorypublic void setRepository(Repository value)
value - allowed object is
Repositorypublic List<Collection> getCollections()
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 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
public List<Idno> getIdnos()
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 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
public List<Object> getMsNamesAndObjectNamesAndAltIdentifiers()
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 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
public String getStyle()
Stringpublic void setStyle(String value)
value - allowed object is
Stringpublic List<String> getRendering()
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 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
public List<String> getRends()
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 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
public List<String> getAnas()
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 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
public String getCert()
Stringpublic void setCert(String value)
value - allowed object is
Stringpublic List<String> getResps()
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 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
public List<String> getSources()
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 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
public String getBase()
Stringpublic void setBase(String value)
value - allowed object is
Stringpublic String getSpace()
Stringpublic void setSpace(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic List<String> getFacs()
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 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
public String getPrev()
Stringpublic void setPrev(String value)
value - allowed object is
Stringpublic List<String> getCorresps()
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 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
public List<String> getSynches()
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 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
public String getSameAs()
Stringpublic void setSameAs(String value)
value - allowed object is
Stringpublic String getCopyOf()
Stringpublic void setCopyOf(String value)
value - allowed object is
Stringpublic List<String> getSelects()
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 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
public String getNext()
Stringpublic void setNext(String value)
value - allowed object is
Stringpublic List<String> getExcludes()
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 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
public List<String> getChanges()
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 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
public void setN(String value)
value - allowed object is
Stringpublic String getLang()
StringCopyright © 2018–2021 Fryske Akademy. All rights reserved.