Package org.n52.shetland.inspire.ompr
Class Process
- java.lang.Object
-
- org.n52.shetland.ogc.gml.AbstractGML
-
- org.n52.shetland.ogc.gml.AbstractFeature
-
- org.n52.shetland.inspire.ompr.Process
-
- All Implemented Interfaces:
HasDefaultEncoding<AbstractFeature>
public class Process extends AbstractFeature
-
-
Constructor Summary
Constructors Constructor Description Process()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessaddDocumentation(DocumentCitation documentation)ProcessaddProcessParameter(ProcessParameter processParameter)ProcessaddResponsibleParty(RelatedParty responsibleParty)List<DocumentCitation>getDocumentation()IdentifiergetInspireId()List<ProcessParameter>getProcessParameter()List<RelatedParty>getResponsibleParty()StringgetType()booleanisSetDocumentation()booleanisSetProcessParameter()booleanisSetResponsibleParty()booleanisSetType()ProcesssetDocumentation(List<DocumentCitation> documentation)ProcesssetName(String name)ProcesssetProcessParameter(List<ProcessParameter> processParameter)ProcesssetResponsibleParty(List<RelatedParty> responsibleParty)ProcesssetType(String type)-
Methods inherited from class org.n52.shetland.ogc.gml.AbstractFeature
accept, copyTo, getDefaultElementEncoding, getXml, isEncoded, isSetDefaultElementEncoding, isSetXml, setDefaultElementEncoding, setXml, wasEncoded
-
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
-
getInspireId
public Identifier getInspireId()
-
getType
public String getType()
- Returns:
- the type
-
isSetType
public boolean isSetType()
-
getDocumentation
public List<DocumentCitation> getDocumentation()
- Returns:
- the documentation
-
setDocumentation
public Process setDocumentation(List<DocumentCitation> documentation)
- Parameters:
documentation- the documentation to set
-
addDocumentation
public Process addDocumentation(DocumentCitation documentation)
- Parameters:
documentation- the documentation to add
-
isSetDocumentation
public boolean isSetDocumentation()
-
getProcessParameter
public List<ProcessParameter> getProcessParameter()
- Returns:
- the processParameter
-
setProcessParameter
public Process setProcessParameter(List<ProcessParameter> processParameter)
- Parameters:
processParameter- the processParameter to set
-
addProcessParameter
public Process addProcessParameter(ProcessParameter processParameter)
- Parameters:
processParameter- the processParameter to add
-
isSetProcessParameter
public boolean isSetProcessParameter()
-
getResponsibleParty
public List<RelatedParty> getResponsibleParty()
- Returns:
- the responsibleParty
-
setResponsibleParty
public Process setResponsibleParty(List<RelatedParty> responsibleParty)
- Parameters:
responsibleParty- the responsibleParty to set
-
addResponsibleParty
public Process addResponsibleParty(RelatedParty responsibleParty)
- Parameters:
responsibleParty- the responsibleParty to add
-
isSetResponsibleParty
public boolean isSetResponsibleParty()
-
-