Class ElementContainer
- java.lang.Object
-
- nl.b3p.csw.jaxb.elements.ElementContainer
-
public class ElementContainer extends Object
This type definition is included as a convenience for schema authors who need a container element for all of the DC elements.Java class for elementContainer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="elementContainer"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <choice> <group ref="{http://purl.org/dc/elements/1.1/}DC-element-set"/> </choice> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<SimpleLiteral>>dcElement
-
Constructor Summary
Constructors Constructor Description ElementContainer()Default no-arg constructorElementContainer(List<javax.xml.bind.JAXBElement<SimpleLiteral>> dcElement)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<javax.xml.bind.JAXBElement<SimpleLiteral>>getDCElement()Gets the value of the dcElement property.
-
-
-
Field Detail
-
dcElement
protected List<javax.xml.bind.JAXBElement<SimpleLiteral>> dcElement
-
-
Constructor Detail
-
ElementContainer
public ElementContainer()
Default no-arg constructor
-
ElementContainer
public ElementContainer(List<javax.xml.bind.JAXBElement<SimpleLiteral>> dcElement)
Fully-initialising value constructor
-
-
Method Detail
-
getDCElement
public List<javax.xml.bind.JAXBElement<SimpleLiteral>> getDCElement()
Gets the value of the dcElement property.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
setmethod for the dcElement property.For example, to add a new item, do as follows:
getDCElement().add(newItem);Objects of the following type(s) are allowed in the list
CoverageLanguageHasFormatReplacesConformsToHasVersionSubjectIssuedLicenseDateCopyrightedAbstractBibliographicCitationTitleAlternativeDateReferencesIsReferencedByHasPartTableOfContentsRelationDateSubmittedTypeContributorPublisherRightsTemporalIsRequiredByAccessRightsMediatorEducationLevelCreatedAudienceDateAcceptedFormatIsPartOfIsFormatOfRightsHolderIsVersionOfRequiresValidSourceDCElementModifiedIsReplacedByMediumCreatorAvailableProvenanceIdentifierExtentSpatialDescription
-
-