Package net.opengis.wfs20
Interface PropertyNameType
- All Superinterfaces:
EObject,Notifier
- All Known Implementing Classes:
PropertyNameTypeImpl
public interface PropertyNameType
extends EObject
A representation of the model object 'Property Name Type'.
The following features are supported:
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Resolve' attribute.Returns the value of the 'Resolve Depth' attribute.Returns the value of the 'Resolve Path' attribute.Returns the value of the 'Resolve Timeout' attribute.getValue()Returns the value of the 'Value' attribute.booleanReturns whether the value of the 'Resolve' attribute is set.booleanReturns whether the value of the 'Resolve Depth' attribute is set.booleanReturns whether the value of the 'Resolve Timeout' attribute is set.voidsetResolve(ResolveValueType value) Sets the value of the 'Resolve' attribute.voidsetResolveDepth(Object 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.voidSets the value of the 'Value' attribute.voidUnsets the value of the 'Resolve' attribute.voidUnsets the value of the 'Resolve Depth' attribute.voidUnsets the value of the 'Resolve Timeout' attribute.Methods inherited from interface EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getValue
QName getValue()Returns the value of the 'Value' attribute.If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Value' attribute.
- See Also:
-
setValue
Sets the value of the 'Value' attribute.- Parameters:
value- the new value of the 'Value' attribute.- See Also:
-
getResolve
ResolveValueType 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:
-
setResolve
Sets the value of the 'Resolve' attribute.- Parameters:
value- the new value of the 'Resolve' attribute.- See Also:
-
unsetResolve
void unsetResolve()Unsets the value of the 'Resolve' attribute. -
isSetResolve
boolean isSetResolve()Returns whether the value of the 'Resolve' attribute is set.- Returns:
- whether the value of the 'Resolve' attribute is set.
- See Also:
-
getResolveDepth
Object 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
Sets the value of the 'Resolve Depth' attribute.- Parameters:
value- the new value of the 'Resolve Depth' attribute.- See Also:
-
unsetResolveDepth
void unsetResolveDepth()Unsets the value of the 'Resolve Depth' attribute. -
isSetResolveDepth
boolean isSetResolveDepth()Returns whether the value of the 'Resolve Depth' attribute is set.- Returns:
- whether the value of the 'Resolve Depth' attribute is set.
- See Also:
-
getResolvePath
String 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
Sets the value of the 'Resolve Path' attribute.- Parameters:
value- the new value of the 'Resolve Path' attribute.- See Also:
-
getResolveTimeout
BigInteger 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:
-
setResolveTimeout
Sets the value of the 'Resolve Timeout' attribute.- Parameters:
value- the new value of the 'Resolve Timeout' attribute.- See Also:
-
unsetResolveTimeout
void unsetResolveTimeout()Unsets the value of the 'Resolve Timeout' attribute. -
isSetResolveTimeout
boolean 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:
-