Class DCMIRecordType
- java.lang.Object
-
- nl.b3p.csw.jaxb.csw.AbstractRecordType
-
- nl.b3p.csw.jaxb.csw.DCMIRecordType
-
- Direct Known Subclasses:
RecordType
public class DCMIRecordType extends AbstractRecordType
This type encapsulates all of the standard DCMI metadata terms, including the Dublin Core refinements; these terms may be mapped to the profile-specific information model.Java class for DCMIRecordType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DCMIRecordType"> <complexContent> <extension base="{http://www.opengis.net/cat/csw/2.0.2}AbstractRecordType"> <sequence> <group ref="{http://purl.org/dc/terms/}DCMI-terms"/> </sequence> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected List<javax.xml.bind.JAXBElement<SimpleLiteral>>dcElement
-
Constructor Summary
Constructors Constructor Description DCMIRecordType()Default no-arg constructorDCMIRecordType(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
-
DCMIRecordType
public DCMIRecordType()
Default no-arg constructor
-
DCMIRecordType
public DCMIRecordType(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
-
-