public class Annotation 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="{http://www.tei-c.org/ns/1.0}respStmt" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.tei-c.org/ns/1.0}revisionDesc" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.tei-c.org/ns/1.0}licence" maxOccurs="unbounded" minOccurs="0"/>
<group ref="{http://www.tei-c.org/ns/1.0}model.annotationPart.body" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attGroup ref="{http://www.tei-c.org/ns/1.0}att.global.attribute.xmllang"/>
<attGroup ref="{http://www.tei-c.org/ns/1.0}att.pointing.attribute.evaluate"/>
<attGroup ref="{http://www.tei-c.org/ns/1.0}att.global.attribute.xmlbase"/>
<attGroup ref="{http://www.tei-c.org/ns/1.0}att.global.linking.attribute.select"/>
<attGroup ref="{http://www.tei-c.org/ns/1.0}att.global.attribute.xmlspace"/>
<attGroup ref="{http://www.tei-c.org/ns/1.0}att.global.rendition.attribute.rend"/>
<attGroup ref="{http://www.tei-c.org/ns/1.0}att.global.responsibility.attribute.cert"/>
<attGroup ref="{http://www.tei-c.org/ns/1.0}att.global.linking.attribute.exclude"/>
<attGroup ref="{http://www.tei-c.org/ns/1.0}att.global.facs.attribute.facs"/>
<attGroup ref="{http://www.tei-c.org/ns/1.0}att.global.source.attribute.source"/>
<attGroup ref="{http://www.tei-c.org/ns/1.0}att.global.linking.attribute.synch"/>
<attGroup ref="{http://www.tei-c.org/ns/1.0}att.global.linking.attribute.prev"/>
<attGroup ref="{http://www.tei-c.org/ns/1.0}att.global.linking.attribute.next"/>
<attGroup ref="{http://www.tei-c.org/ns/1.0}att.pointing.attribute.targetLang"/>
<attGroup ref="{http://www.tei-c.org/ns/1.0}att.global.linking.attribute.corresp"/>
<attGroup ref="{http://www.tei-c.org/ns/1.0}att.global.linking.attribute.sameAs"/>
<attGroup ref="{http://www.tei-c.org/ns/1.0}att.global.responsibility.attribute.resp"/>
<attGroup ref="{http://www.tei-c.org/ns/1.0}att.global.rendition.attribute.style"/>
<attGroup ref="{http://www.tei-c.org/ns/1.0}att.global.attribute.n"/>
<attGroup ref="{http://www.tei-c.org/ns/1.0}att.global.linking.attribute.copyOf"/>
<attGroup ref="{http://www.tei-c.org/ns/1.0}att.global.rendition.attribute.rendition"/>
<attGroup ref="{http://www.tei-c.org/ns/1.0}att.global.analytic.attribute.ana"/>
<attGroup ref="{http://www.tei-c.org/ns/1.0}att.global.change.attribute.change"/>
<attribute ref="{http://www.w3.org/XML/1998/namespace}id use="required""/>
<attribute name="target" use="required">
<simpleType>
<restriction>
<simpleType>
<list itemType="{http://www.w3.org/2001/XMLSchema}anyURI" />
</simpleType>
<minLength value="1"/>
</restriction>
</simpleType>
</attribute>
<attribute name="motivation">
<simpleType>
<restriction>
<simpleType>
<list>
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="assessing"/>
<enumeration value="bookmarking"/>
<enumeration value="classifying"/>
<enumeration value="commenting"/>
<enumeration value="describing"/>
<enumeration value="editing"/>
<enumeration value="highlighting"/>
<enumeration value="identifying"/>
<enumeration value="linking"/>
<enumeration value="moderating"/>
<enumeration value="questioning"/>
<enumeration value="replying"/>
<enumeration value="tagging"/>
</restriction>
</simpleType>
</list>
</simpleType>
<minLength value="1"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
anas |
protected String |
base |
protected String |
cert |
protected List<String> |
changes |
protected String |
copyOf |
protected List<String> |
corresps |
protected String |
evaluate |
protected List<String> |
excludes |
protected List<String> |
facs |
protected String |
id |
protected String |
lang |
protected List<ModelAvailabilityPart> |
licences |
protected List<String> |
motivations |
protected String |
n |
protected String |
next |
protected String |
prev |
protected List<Object> |
ptrsAndRevesAndNotes |
protected List<String> |
rendering |
protected List<String> |
rends |
protected List<String> |
resps |
protected List<RespStmt> |
respStmts |
protected List<RevisionDesc> |
revisionDescs |
protected String |
sameAs |
protected List<String> |
selects |
protected List<String> |
sources |
protected String |
space |
protected String |
style |
protected List<String> |
synches |
protected String |
targetLang |
protected List<String> |
targets |
| Constructor and Description |
|---|
Annotation() |
| 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.
|
String |
getCert()
Gets the value of the cert property.
|
List<String> |
getChanges()
Gets the value of the changes property.
|
String |
getCopyOf()
Gets the value of the copyOf property.
|
List<String> |
getCorresps()
Gets the value of the corresps property.
|
String |
getEvaluate()
Gets the value of the evaluate property.
|
List<String> |
getExcludes()
Gets the value of the excludes property.
|
List<String> |
getFacs()
Gets the value of the facs property.
|
String |
getId()
Gets the value of the id property.
|
String |
getLang()
Gets the value of the lang property.
|
List<ModelAvailabilityPart> |
getLicences()
Gets the value of the licences property.
|
List<String> |
getMotivations()
Gets the value of the motivations property.
|
String |
getN()
Gets the value of the n property.
|
String |
getNext()
Gets the value of the next property.
|
String |
getPrev()
Gets the value of the prev property.
|
List<Object> |
getPtrsAndRevesAndNotes()
Gets the value of the ptrsAndRevesAndNotes property.
|
List<String> |
getRendering()
Gets the value of the rendering property.
|
List<String> |
getRends()
Gets the value of the rends property.
|
List<String> |
getResps()
Gets the value of the resps property.
|
List<RespStmt> |
getRespStmts()
Gets the value of the respStmts property.
|
List<RevisionDesc> |
getRevisionDescs()
Gets the value of the revisionDescs property.
|
String |
getSameAs()
Gets the value of the sameAs property.
|
List<String> |
getSelects()
Gets the value of the selects 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.
|
String |
getTargetLang()
Gets the value of the targetLang property.
|
List<String> |
getTargets()
Gets the value of the targets property.
|
void |
setBase(String value)
Sets the value of the base property.
|
void |
setCert(String value)
Sets the value of the cert property.
|
void |
setCopyOf(String value)
Sets the value of the copyOf property.
|
void |
setEvaluate(String value)
Sets the value of the evaluate property.
|
void |
setId(String value)
Sets the value of the id 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 |
setPrev(String value)
Sets the value of the prev property.
|
void |
setSameAs(String value)
Sets the value of the sameAs property.
|
void |
setSpace(String value)
Sets the value of the space property.
|
void |
setStyle(String value)
Sets the value of the style property.
|
void |
setTargetLang(String value)
Sets the value of the targetLang property.
|
protected List<RevisionDesc> revisionDescs
protected List<ModelAvailabilityPart> licences
protected String id
protected String lang
protected String evaluate
protected String base
protected String space
protected String cert
protected String prev
protected String next
protected String targetLang
protected String sameAs
protected String style
protected String n
protected String copyOf
public List<RespStmt> getRespStmts()
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 respStmts property.
For example, to add a new item, do as follows:
getRespStmts().add(newItem);
Objects of the following type(s) are allowed in the list
RespStmt
public List<RevisionDesc> getRevisionDescs()
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 revisionDescs property.
For example, to add a new item, do as follows:
getRevisionDescs().add(newItem);
Objects of the following type(s) are allowed in the list
RevisionDesc
public List<ModelAvailabilityPart> getLicences()
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 licences property.
For example, to add a new item, do as follows:
getLicences().add(newItem);
Objects of the following type(s) are allowed in the list
ModelAvailabilityPart
public List<Object> getPtrsAndRevesAndNotes()
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 ptrsAndRevesAndNotes property.
For example, to add a new item, do as follows:
getPtrsAndRevesAndNotes().add(newItem);
Objects of the following type(s) are allowed in the list
Ptr
Ref
Note
public void setId(String value)
value - allowed object is
Stringpublic List<String> getTargets()
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 targets property.
For example, to add a new item, do as follows:
getTargets().add(newItem);
Objects of the following type(s) are allowed in the list
String
public List<String> getMotivations()
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 motivations property.
For example, to add a new item, do as follows:
getMotivations().add(newItem);
Objects of the following type(s) are allowed in the list
String
public String getLang()
Stringpublic void setLang(String value)
value - allowed object is
Stringpublic String getEvaluate()
Stringpublic void setEvaluate(String value)
value - allowed object is
Stringpublic String getBase()
Stringpublic void setBase(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 getSpace()
Stringpublic void setSpace(String value)
value - allowed object is
Stringpublic 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 String getCert()
Stringpublic void setCert(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> 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 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 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 getPrev()
Stringpublic void setPrev(String value)
value - allowed object is
Stringpublic String getNext()
Stringpublic void setNext(String value)
value - allowed object is
Stringpublic String getTargetLang()
Stringpublic void setTargetLang(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 String getSameAs()
Stringpublic void setSameAs(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 String getStyle()
Stringpublic void setStyle(String value)
value - allowed object is
Stringpublic void setN(String value)
value - allowed object is
Stringpublic String getCopyOf()
Stringpublic void setCopyOf(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> 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 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
Copyright © 2018–2021 Fryske Akademy. All rights reserved.