Package org.n52.shetland.ogc.sos
Class SosProcedureDescriptionUnknownType
- java.lang.Object
-
- org.n52.shetland.ogc.gml.AbstractGML
-
- org.n52.shetland.ogc.gml.AbstractFeature
-
- org.n52.shetland.ogc.sos.SosProcedureDescription<AbstractFeature>
-
- org.n52.shetland.ogc.sos.SosProcedureDescriptionUnknownType
-
- All Implemented Interfaces:
HasDefaultEncoding<AbstractFeature>
public class SosProcedureDescriptionUnknownType extends SosProcedureDescription<AbstractFeature>
- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description SosProcedureDescriptionUnknownType(String identifier)SosProcedureDescriptionUnknownType(String identifier, String procedureDescriptionFormat, String xmlDescription)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetXml()booleanisSetXml()AbstractFeaturesetXml(String xml)-
Methods inherited from class org.n52.shetland.ogc.sos.SosProcedureDescription
add, addChildProcedure, addChildProcedures, addFeatureOfInterest, addFeatureOfInterest, addFeaturesOfInterest, addFeaturesOfInterestMap, addOffering, addOfferings, addPhenomenon, addPhenomenon, getChildProcedures, getDefaultElementEncoding, getDescriptionFormat, getFeaturesOfInterest, getFeaturesOfInterestMap, getOfferings, getParentProcedure, getPhenomenon, getPhenomenonFor, getProcedureDescription, getTypeOf, getValidTime, hasPhenomenonFor, isAggregation, isInsitu, isMobile, isReference, isSetChildProcedures, isSetDefaultElementEncoding, isSetFeatures, isSetFeaturesOfInterest, isSetFeaturesOfInterestMap, isSetOfferings, isSetParentProcedure, isSetPhenomenon, isSetTypeOf, isSetValidTime, setChildProcedures, setDescriptionFormat, setFeaturesOfInterest, setFeaturesOfInterestMap, setInsitu, setIsAggregation, setMobile, setParentProcedure, setPhenomenon, setReference, setTypeOf, setValidTime
-
Methods inherited from class org.n52.shetland.ogc.gml.AbstractFeature
accept, copyTo, isEncoded, setDefaultElementEncoding, 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
-
isSetXml
public boolean isSetXml()
- Overrides:
isSetXmlin classAbstractFeature
-
getXml
public String getXml()
- Overrides:
getXmlin classAbstractFeature- Returns:
- the xml
-
setXml
public AbstractFeature setXml(String xml)
- Overrides:
setXmlin classAbstractFeature- Parameters:
xml- the xml to set
-
-