public class DefaultPortrayalCatalogueReference extends ISOMetadata implements PortrayalCatalogueReference
Defined in the sis-metadata module
identifiers, LOGGER
Constructor and Description |
---|
DefaultPortrayalCatalogueReference()
Construct an initially empty portrayal catalogue reference.
|
DefaultPortrayalCatalogueReference(Citation portrayalCatalogueCitation)
Creates a portrayal catalogue reference initialized to the given reference.
|
DefaultPortrayalCatalogueReference(PortrayalCatalogueReference object)
Constructs a new instance initialized with the values from the specified metadata object.
|
Modifier and Type | Method and Description |
---|---|
static DefaultPortrayalCatalogueReference |
castOrCopy(PortrayalCatalogueReference object)
Returns a SIS metadata implementation with the values of the given arbitrary implementation.
|
Collection<Citation> |
getPortrayalCatalogueCitations()
Bibliographic reference to the portrayal catalogue cited.
|
void |
setPortrayalCatalogueCitations(Collection<? extends Citation> newValues)
Sets bibliographic reference to the portrayal catalogue cited.
|
getIdentifierMap, getIdentifiers, getStandard
checkWritePermission, clone, collectionType, copyCollection, copyList, copySet, freeze, isModifiable, nonNullCollection, nonNullList, nonNullSet, singleton, unmodifiable, writeCollection, writeList, writeSet
asMap, asTreeTable, equals, equals, getInterface, hashCode, isEmpty, prune, toString
public DefaultPortrayalCatalogueReference()
public DefaultPortrayalCatalogueReference(Citation portrayalCatalogueCitation)
portrayalCatalogueCitation
- The bibliographic reference, or null
if none.public DefaultPortrayalCatalogueReference(PortrayalCatalogueReference object)
object
- The metadata to copy values from, or null
if none.castOrCopy(PortrayalCatalogueReference)
public static DefaultPortrayalCatalogueReference castOrCopy(PortrayalCatalogueReference object)
null
, then this method returns null
.DefaultPortrayalCatalogueReference
, then it is returned unchanged.DefaultPortrayalCatalogueReference
instance is created using the
copy constructor
and returned. Note that this is a shallow copy operation, since the other
metadata contained in the given object are not recursively copied.object
- The object to get as a SIS implementation, or null
if none.null
if the argument was null.public Collection<Citation> getPortrayalCatalogueCitations()
getPortrayalCatalogueCitations
in interface PortrayalCatalogueReference
public void setPortrayalCatalogueCitations(Collection<? extends Citation> newValues)
newValues
- The new portrayal catalogue citations.Copyright © 2010–2013 The Apache Software Foundation. All rights reserved.