Package org.n52.shetland.inspire.base2
Class DocumentCitation
- java.lang.Object
-
- org.n52.shetland.ogc.gml.AbstractGML
-
- org.n52.shetland.inspire.base2.DocumentCitation
-
- Direct Known Subclasses:
LegislationCitation
public class DocumentCitation extends AbstractGML
-
-
Constructor Summary
Constructors Constructor Description DocumentCitation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentCitationaddLink(String link)DocumentCitationaddLink(Nillable<String> link)Nillable<org.joda.time.DateTime>getDate()List<Nillable<String>>getLinks()booleanisSetDate()booleanisSetLinks()DocumentCitationsetDate(org.joda.time.DateTime date)DocumentCitationsetDate(Nillable<org.joda.time.DateTime> date)DocumentCitationsetLinks(Collection<Nillable<String>> links)-
Methods inherited from class org.n52.shetland.ogc.gml.AbstractGML
addMetaDataProperty, addMetaDataProperty, addName, addName, addName, copyTo, equals, getDescription, getFirstName, getGmlId, getHumanReadableIdentifier, getHumanReadableIdentifierCodeWithAuthority, getIdentifier, getIdentifierCodeWithAuthority, getMetaDataProperty, getName, getOriginalIdentifier, getOriginalIdentifierCodeWithAuthority, hashCode, isReferenced, isSetDescription, isSetGmlID, isSetHumanReadableIdentifier, isSetIdentifier, isSetMetaDataProperty, isSetName, isSetOriginalIdentifier, setDescription, setGmlId, setHumanReadableIdentifier, setHumanReadableIdentifier, setHumanReadableIdentifierAsIdentifier, setIdentifier, setIdentifier, setMetaDataProperty, setName, setName
-
-
-
-
Method Detail
-
getDate
public Nillable<org.joda.time.DateTime> getDate()
- Returns:
- the date
-
setDate
public DocumentCitation setDate(Nillable<org.joda.time.DateTime> date)
- Parameters:
date- the date to set- Returns:
- this
DocumentCitation
-
setDate
public DocumentCitation setDate(org.joda.time.DateTime date)
- Parameters:
date- the date to set- Returns:
- this
DocumentCitation
-
setLinks
public DocumentCitation setLinks(Collection<Nillable<String>> links)
- Parameters:
links- the links to set- Returns:
- this
DocumentCitation
-
addLink
public DocumentCitation addLink(String link)
-
addLink
public DocumentCitation addLink(Nillable<String> link)
-
isSetDate
public boolean isSetDate()
-
isSetLinks
public boolean isSetLinks()
-
-