Package org.purl.dc.terms
Interface ElementOrRefinementContainer
public interface ElementOrRefinementContainer
A representation of the model object 'Element Or Refinement Container'.
This is included as a convenience for schema authors who need to define a root
or container element for all of the DC elements and element refinements.
The following features are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'All Elements' attribute list.Returns the value of the 'Literals' containment reference list.Returns the text content of the property with given name.
-
Method Details
-
getAllElements
MixedContent getAllElements()Returns the value of the 'All Elements' attribute list.- Returns:
- the value of the 'All Elements' attribute list.
-
getLiterals
List<SimpleLiteral> getLiterals()Returns the value of the 'Literals' containment reference list. The list contents are of typeSimpleLiteral
.- Returns:
- the value of the 'Literals' containment reference list.
-
getText
Returns the text content of the property with given name. If there are multiple properties with such name, then only first one's content is returned.- Parameters:
property
- the metadata property name- Returns:
- the concatenated text content, or
null
if the property is not defined - See Also:
-