Package org.purl.dc.elements
Interface ElementContainer
public interface ElementContainer
-
Method Details
-
getGroup
MixedContent getGroup()Returns the value of the 'Group' attribute list.- Returns:
- the value of the 'Group' attribute list.
-
getAnyGroup
MixedContent getAnyGroup()Returns the value of the 'Any Group' attribute list.- Returns:
- the value of the 'Any Group' attribute list.
-
getAny
List<SimpleLiteral> getAny()Returns the value of the 'Any' containment reference list. The list contents are of typeSimpleLiteral
.- Returns:
- the value of the 'Any' containment reference list.
-