public static class Concept.Choice extends Object
<xs:choice xmlns:ns="http://www.w3.org/2004/02/skos/core#" xmlns:xs="http://www.w3.org/2001/XMLSchema" minOccurs="0" maxOccurs="unbounded"> <xs:element ref="ns:prefLabel"/> <xs:element ref="ns:altLabel"/> <xs:element ref="ns:broader"/> <xs:element ref="ns:narrower"/> <xs:element ref="ns:related"/> <xs:element ref="ns:broadMatch"/> <xs:element ref="ns:narrowMatch"/> <xs:element ref="ns:relatedMatch"/> <xs:element ref="ns:exactMatch"/> <xs:element ref="ns:closeMatch"/> <xs:element ref="ns:note"/> <xs:element ref="ns:notation"/> <xs:element ref="ns:inScheme"/> </xs:choice>
| Constructor and Description |
|---|
Choice() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearChoiceListSelect()
Clear the choice selection.
|
AltLabel |
getAltLabel()
Get the 'altLabel' element value.
|
Broader |
getBroader()
Get the 'broader' element value.
|
BroadMatch |
getBroadMatch()
Get the 'broadMatch' element value.
|
CloseMatch |
getCloseMatch()
Get the 'closeMatch' element value.
|
ExactMatch |
getExactMatch()
Get the 'exactMatch' element value.
|
InScheme |
getInScheme()
Get the 'inScheme' element value.
|
Narrower |
getNarrower()
Get the 'narrower' element value.
|
NarrowMatch |
getNarrowMatch()
Get the 'narrowMatch' element value.
|
Notation |
getNotation()
Get the 'notation' element value.
|
Note |
getNote()
Get the 'note' element value.
|
PrefLabel |
getPrefLabel()
Get the 'prefLabel' element value.
|
Related |
getRelated()
Get the 'related' element value.
|
RelatedMatch |
getRelatedMatch()
Get the 'relatedMatch' element value.
|
boolean |
ifAltLabel()
Check if AltLabel is current selection for choice.
|
boolean |
ifBroader()
Check if Broader is current selection for choice.
|
boolean |
ifBroadMatch()
Check if BroadMatch is current selection for choice.
|
boolean |
ifCloseMatch()
Check if CloseMatch is current selection for choice.
|
boolean |
ifExactMatch()
Check if ExactMatch is current selection for choice.
|
boolean |
ifInScheme()
Check if InScheme is current selection for choice.
|
boolean |
ifNarrower()
Check if Narrower is current selection for choice.
|
boolean |
ifNarrowMatch()
Check if NarrowMatch is current selection for choice.
|
boolean |
ifNotation()
Check if Notation is current selection for choice.
|
boolean |
ifNote()
Check if Note is current selection for choice.
|
boolean |
ifPrefLabel()
Check if PrefLabel is current selection for choice.
|
boolean |
ifRelated()
Check if Related is current selection for choice.
|
boolean |
ifRelatedMatch()
Check if RelatedMatch is current selection for choice.
|
void |
setAltLabel(AltLabel altLabel)
Set the 'altLabel' element value.
|
void |
setBroader(Broader broader)
Set the 'broader' element value.
|
void |
setBroadMatch(BroadMatch broadMatch)
Set the 'broadMatch' element value.
|
void |
setCloseMatch(CloseMatch closeMatch)
Set the 'closeMatch' element value.
|
void |
setExactMatch(ExactMatch exactMatch)
Set the 'exactMatch' element value.
|
void |
setInScheme(InScheme inScheme)
Set the 'inScheme' element value.
|
void |
setNarrower(Narrower narrower)
Set the 'narrower' element value.
|
void |
setNarrowMatch(NarrowMatch narrowMatch)
Set the 'narrowMatch' element value.
|
void |
setNotation(Notation notation)
Set the 'notation' element value.
|
void |
setNote(Note note)
Set the 'note' element value.
|
void |
setPrefLabel(PrefLabel prefLabel)
Set the 'prefLabel' element value.
|
void |
setRelated(Related related)
Set the 'related' element value.
|
void |
setRelatedMatch(RelatedMatch relatedMatch)
Set the 'relatedMatch' element value.
|
public void clearChoiceListSelect()
public boolean ifPrefLabel()
true if selection, false if notpublic PrefLabel getPrefLabel()
public void setPrefLabel(PrefLabel prefLabel)
prefLabel - public boolean ifAltLabel()
true if selection, false if notpublic AltLabel getAltLabel()
public void setAltLabel(AltLabel altLabel)
altLabel - public boolean ifBroader()
true if selection, false if notpublic Broader getBroader()
public void setBroader(Broader broader)
broader - public boolean ifNarrower()
true if selection, false if notpublic Narrower getNarrower()
public void setNarrower(Narrower narrower)
narrower - public boolean ifRelated()
true if selection, false if notpublic Related getRelated()
public void setRelated(Related related)
related - public boolean ifBroadMatch()
true if selection, false if notpublic BroadMatch getBroadMatch()
public void setBroadMatch(BroadMatch broadMatch)
broadMatch - public boolean ifNarrowMatch()
true if selection, false if notpublic NarrowMatch getNarrowMatch()
public void setNarrowMatch(NarrowMatch narrowMatch)
narrowMatch - public boolean ifRelatedMatch()
true if selection, false if notpublic RelatedMatch getRelatedMatch()
public void setRelatedMatch(RelatedMatch relatedMatch)
relatedMatch - public boolean ifExactMatch()
true if selection, false if notpublic ExactMatch getExactMatch()
public void setExactMatch(ExactMatch exactMatch)
exactMatch - public boolean ifCloseMatch()
true if selection, false if notpublic CloseMatch getCloseMatch()
public void setCloseMatch(CloseMatch closeMatch)
closeMatch - public boolean ifNote()
true if selection, false if notpublic Note getNote()
public void setNote(Note note)
note - public boolean ifNotation()
true if selection, false if notpublic Notation getNotation()
public void setNotation(Notation notation)
notation - public boolean ifInScheme()
true if selection, false if notpublic InScheme getInScheme()
public void setInScheme(InScheme inScheme)
inScheme - Copyright © 2018 Europeana Foundation. All rights reserved.