Interface GetPropertyValueType
- 
- All Superinterfaces:
- BaseRequestType,- EObject,- Notifier
 - All Known Implementing Classes:
- GetPropertyValueTypeImpl
 
 public interface GetPropertyValueType extends BaseRequestType A representation of the model object 'Get Property Value Type'.The following features are supported: - See Also:
- Wfs20Package.getGetPropertyValueType()
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description AbstractQueryExpressionTypegetAbstractQueryExpression()Returns the value of the 'Abstract Query Expression' reference.BigIntegergetCount()Returns the value of the 'Count' attribute.StringgetOutputFormat()Returns the value of the 'Output Format' attribute.ResolveValueTypegetResolve()Returns the value of the 'Resolve' attribute.StringgetResolveDepth()Returns the value of the 'Resolve Depth' attribute.StringgetResolvePath()Returns the value of the 'Resolve Path' attribute.BigIntegergetResolveTimeout()Returns the value of the 'Resolve Timeout' attribute.ResultTypeTypegetResultType()Returns the value of the 'Result Type' attribute.BigIntegergetStartIndex()Returns the value of the 'Start Index' attribute.StringgetValueReference()Returns the value of the 'Value Reference' attribute.booleanisSetOutputFormat()Returns whether the value of the 'Output Format' attribute is set.booleanisSetResolve()Returns whether the value of the 'Resolve' attribute is set.booleanisSetResolveTimeout()Returns whether the value of the 'Resolve Timeout' attribute is set.booleanisSetResultType()Returns whether the value of the 'Result Type' attribute is set.booleanisSetStartIndex()Returns whether the value of the 'Start Index' attribute is set.voidsetAbstractQueryExpression(AbstractQueryExpressionType value)Sets the value of the 'Abstract Query Expression' reference.voidsetCount(BigInteger value)Sets the value of the 'Count' attribute.voidsetOutputFormat(String value)Sets the value of the 'Output Format' attribute.voidsetResolve(ResolveValueType value)Sets the value of the 'Resolve' attribute.voidsetResolveDepth(String value)Sets the value of the 'Resolve Depth' attribute.voidsetResolvePath(String value)Sets the value of the 'Resolve Path' attribute.voidsetResolveTimeout(BigInteger value)Sets the value of the 'Resolve Timeout' attribute.voidsetResultType(ResultTypeType value)Sets the value of the 'Result Type' attribute.voidsetStartIndex(BigInteger value)Sets the value of the 'Start Index' attribute.voidsetValueReference(String value)Sets the value of the 'Value Reference' attribute.voidunsetOutputFormat()Unsets the value of the 'Output Format' attribute.voidunsetResolve()Unsets the value of the 'Resolve' attribute.voidunsetResolveTimeout()Unsets the value of the 'Resolve Timeout' attribute.voidunsetResultType()Unsets the value of the 'Result Type' attribute.voidunsetStartIndex()Unsets the value of the 'Start Index' attribute.- 
Methods inherited from interface BaseRequestTypegetBaseUrl, getExtendedProperties, getHandle, getService, getVersion, isSetService, isSetVersion, setBaseUrl, setExtendedProperties, setHandle, setService, setVersion, unsetService, unsetVersion
 
- 
 
- 
- 
- 
Method Detail- 
getAbstractQueryExpressionAbstractQueryExpressionType getAbstractQueryExpression() Returns the value of the 'Abstract Query Expression' reference.If the meaning of the 'Abstract Query Expression' reference isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Abstract Query Expression' reference.
- See Also:
- setAbstractQueryExpression(AbstractQueryExpressionType),- Wfs20Package.getGetPropertyValueType_AbstractQueryExpression()
 
 - 
setAbstractQueryExpressionvoid setAbstractQueryExpression(AbstractQueryExpressionType value) Sets the value of the 'Abstract Query Expression' reference.- Parameters:
- value- the new value of the 'Abstract Query Expression' reference.
- See Also:
- getAbstractQueryExpression()
 
 - 
getCountBigInteger getCount() Returns the value of the 'Count' attribute.If the meaning of the 'Count' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Count' attribute.
- See Also:
- setCount(BigInteger),- Wfs20Package.getGetPropertyValueType_Count()
 
 - 
setCountvoid setCount(BigInteger value) Sets the value of the 'Count' attribute.- Parameters:
- value- the new value of the 'Count' attribute.
- See Also:
- getCount()
 
 - 
getOutputFormatString getOutputFormat() Returns the value of the 'Output Format' attribute. The default value is"application/gml+xml; version=3.2".If the meaning of the 'Output Format' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Output Format' attribute.
- See Also:
- isSetOutputFormat(),- unsetOutputFormat(),- setOutputFormat(String),- Wfs20Package.getGetPropertyValueType_OutputFormat()
 
 - 
setOutputFormatvoid setOutputFormat(String value) Sets the value of the 'Output Format' attribute.- Parameters:
- value- the new value of the 'Output Format' attribute.
- See Also:
- isSetOutputFormat(),- unsetOutputFormat(),- getOutputFormat()
 
 - 
unsetOutputFormatvoid unsetOutputFormat() Unsets the value of the 'Output Format' attribute.
 - 
isSetOutputFormatboolean isSetOutputFormat() Returns whether the value of the 'Output Format' attribute is set.- Returns:
- whether the value of the 'Output Format' attribute is set.
- See Also:
- unsetOutputFormat(),- getOutputFormat(),- setOutputFormat(String)
 
 - 
getResolveResolveValueType getResolve() Returns the value of the 'Resolve' attribute. The default value is"none". The literals are from the enumerationResolveValueType.If the meaning of the 'Resolve' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Resolve' attribute.
- See Also:
- ResolveValueType,- isSetResolve(),- unsetResolve(),- setResolve(ResolveValueType),- Wfs20Package.getGetPropertyValueType_Resolve()
 
 - 
setResolvevoid setResolve(ResolveValueType value) Sets the value of the 'Resolve' attribute.- Parameters:
- value- the new value of the 'Resolve' attribute.
- See Also:
- ResolveValueType,- isSetResolve(),- unsetResolve(),- getResolve()
 
 - 
unsetResolvevoid unsetResolve() Unsets the value of the 'Resolve' attribute.- See Also:
- isSetResolve(),- getResolve(),- setResolve(ResolveValueType)
 
 - 
isSetResolveboolean isSetResolve() Returns whether the value of the 'Resolve' attribute is set.- Returns:
- whether the value of the 'Resolve' attribute is set.
- See Also:
- unsetResolve(),- getResolve(),- setResolve(ResolveValueType)
 
 - 
getResolveDepthString getResolveDepth() Returns the value of the 'Resolve Depth' attribute. The default value is"*".If the meaning of the 'Resolve Depth' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Resolve Depth' attribute.
- See Also:
- setResolveDepth(String),- Wfs20Package.getGetPropertyValueType_ResolveDepth()
 
 - 
setResolveDepthvoid setResolveDepth(String value) Sets the value of the 'Resolve Depth' attribute.- Parameters:
- value- the new value of the 'Resolve Depth' attribute.
- See Also:
- getResolveDepth()
 
 - 
getResolvePathString getResolvePath() Returns the value of the 'Resolve Path' attribute.If the meaning of the 'Resolve Path' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Resolve Path' attribute.
- See Also:
- setResolvePath(String),- Wfs20Package.getGetPropertyValueType_ResolvePath()
 
 - 
setResolvePathvoid setResolvePath(String value) Sets the value of the 'Resolve Path' attribute.- Parameters:
- value- the new value of the 'Resolve Path' attribute.
- See Also:
- getResolvePath()
 
 - 
getResolveTimeoutBigInteger getResolveTimeout() Returns the value of the 'Resolve Timeout' attribute. The default value is"300".If the meaning of the 'Resolve Timeout' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Resolve Timeout' attribute.
- See Also:
- isSetResolveTimeout(),- unsetResolveTimeout(),- setResolveTimeout(BigInteger),- Wfs20Package.getGetPropertyValueType_ResolveTimeout()
 
 - 
setResolveTimeoutvoid setResolveTimeout(BigInteger value) Sets the value of the 'Resolve Timeout' attribute.- Parameters:
- value- the new value of the 'Resolve Timeout' attribute.
- See Also:
- isSetResolveTimeout(),- unsetResolveTimeout(),- getResolveTimeout()
 
 - 
unsetResolveTimeoutvoid unsetResolveTimeout() Unsets the value of the 'Resolve Timeout' attribute.
 - 
isSetResolveTimeoutboolean isSetResolveTimeout() Returns whether the value of the 'Resolve Timeout' attribute is set.- Returns:
- whether the value of the 'Resolve Timeout' attribute is set.
- See Also:
- unsetResolveTimeout(),- getResolveTimeout(),- setResolveTimeout(BigInteger)
 
 - 
getResultTypeResultTypeType getResultType() Returns the value of the 'Result Type' attribute. The default value is"results". The literals are from the enumerationResultTypeType.If the meaning of the 'Result Type' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Result Type' attribute.
- See Also:
- ResultTypeType,- isSetResultType(),- unsetResultType(),- setResultType(ResultTypeType),- Wfs20Package.getGetPropertyValueType_ResultType()
 
 - 
setResultTypevoid setResultType(ResultTypeType value) Sets the value of the 'Result Type' attribute.- Parameters:
- value- the new value of the 'Result Type' attribute.
- See Also:
- ResultTypeType,- isSetResultType(),- unsetResultType(),- getResultType()
 
 - 
unsetResultTypevoid unsetResultType() Unsets the value of the 'Result Type' attribute.
 - 
isSetResultTypeboolean isSetResultType() Returns whether the value of the 'Result Type' attribute is set.- Returns:
- whether the value of the 'Result Type' attribute is set.
- See Also:
- unsetResultType(),- getResultType(),- setResultType(ResultTypeType)
 
 - 
getStartIndexBigInteger getStartIndex() Returns the value of the 'Start Index' attribute. The default value is"0".If the meaning of the 'Start Index' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Start Index' attribute.
- See Also:
- isSetStartIndex(),- unsetStartIndex(),- setStartIndex(BigInteger),- Wfs20Package.getGetPropertyValueType_StartIndex()
 
 - 
setStartIndexvoid setStartIndex(BigInteger value) Sets the value of the 'Start Index' attribute.- Parameters:
- value- the new value of the 'Start Index' attribute.
- See Also:
- isSetStartIndex(),- unsetStartIndex(),- getStartIndex()
 
 - 
unsetStartIndexvoid unsetStartIndex() Unsets the value of the 'Start Index' attribute.
 - 
isSetStartIndexboolean isSetStartIndex() Returns whether the value of the 'Start Index' attribute is set.- Returns:
- whether the value of the 'Start Index' attribute is set.
- See Also:
- unsetStartIndex(),- getStartIndex(),- setStartIndex(BigInteger)
 
 - 
getValueReferenceString getValueReference() Returns the value of the 'Value Reference' attribute.If the meaning of the 'Value Reference' attribute isn't clear, there really should be more of a description here... - Returns:
- the value of the 'Value Reference' attribute.
- See Also:
- setValueReference(String),- Wfs20Package.getGetPropertyValueType_ValueReference()
 
 - 
setValueReferencevoid setValueReference(String value) Sets the value of the 'Value Reference' attribute.- Parameters:
- value- the new value of the 'Value Reference' attribute.
- See Also:
- getValueReference()
 
 
- 
 
-