public class Process extends AbstractFeature
| Constructor and Description |
|---|
Process() |
| Modifier and Type | Method and Description |
|---|---|
Process |
addDocumentation(DocumentCitation documentation) |
Process |
addProcessParameter(ProcessParameter processParameter) |
Process |
addResponsibleParty(RelatedParty responsibleParty) |
List<DocumentCitation> |
getDocumentation() |
Identifier |
getInspireId() |
List<ProcessParameter> |
getProcessParameter() |
List<RelatedParty> |
getResponsibleParty() |
String |
getType() |
boolean |
isSetDocumentation() |
boolean |
isSetProcessParameter() |
boolean |
isSetResponsibleParty() |
boolean |
isSetType() |
Process |
setDocumentation(List<DocumentCitation> documentation) |
Process |
setName(String name) |
Process |
setProcessParameter(List<ProcessParameter> processParameter) |
Process |
setResponsibleParty(List<RelatedParty> responsibleParty) |
Process |
setType(String type) |
accept, copyTo, getDefaultElementEncoding, getXml, isEncoded, isSetDefaultElementEncoding, isSetXml, setDefaultElementEncoding, setXml, wasEncodedaddMetaDataProperty, 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, setNamepublic Identifier getInspireId()
public String getType()
public boolean isSetType()
public List<DocumentCitation> getDocumentation()
public Process setDocumentation(List<DocumentCitation> documentation)
documentation - the documentation to setpublic Process addDocumentation(DocumentCitation documentation)
documentation - the documentation to addpublic boolean isSetDocumentation()
public List<ProcessParameter> getProcessParameter()
public Process setProcessParameter(List<ProcessParameter> processParameter)
processParameter - the processParameter to setpublic Process addProcessParameter(ProcessParameter processParameter)
processParameter - the processParameter to addpublic boolean isSetProcessParameter()
public List<RelatedParty> getResponsibleParty()
public Process setResponsibleParty(List<RelatedParty> responsibleParty)
responsibleParty - the responsibleParty to setpublic Process addResponsibleParty(RelatedParty responsibleParty)
responsibleParty - the responsibleParty to addpublic boolean isSetResponsibleParty()
Copyright © 2015–2021 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.