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:
Wfs20Package.getPropertyNameType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResolveValueType
getResolve()
Returns the value of the 'Resolve' attribute.Object
getResolveDepth()
Returns the value of the 'Resolve Depth' attribute.String
getResolvePath()
Returns the value of the 'Resolve Path' attribute.BigInteger
getResolveTimeout()
Returns the value of the 'Resolve Timeout' attribute.QName
getValue()
Returns the value of the 'Value' attribute.boolean
isSetResolve()
Returns whether the value of the 'Resolve
' attribute is set.boolean
isSetResolveDepth()
Returns whether the value of the 'Resolve Depth
' attribute is set.boolean
isSetResolveTimeout()
Returns whether the value of the 'Resolve Timeout
' attribute is set.void
setResolve(ResolveValueType value)
Sets the value of the 'Resolve
' attribute.void
setResolveDepth(Object value)
Sets the value of the 'Resolve Depth
' attribute.void
setResolvePath(String value)
Sets the value of the 'Resolve Path
' attribute.void
setResolveTimeout(BigInteger value)
Sets the value of the 'Resolve Timeout
' attribute.void
setValue(QName value)
Sets the value of the 'Value
' attribute.void
unsetResolve()
Unsets the value of the 'Resolve
' attribute.void
unsetResolveDepth()
Unsets the value of the 'Resolve Depth
' attribute.void
unsetResolveTimeout()
Unsets the value of the 'Resolve Timeout
' attribute.
-
-
-
Method Detail
-
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(QName)
,Wfs20Package.getPropertyNameType_Value()
-
setValue
void setValue(QName value)
Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
getValue()
-
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:
ResolveValueType
,isSetResolve()
,unsetResolve()
,setResolve(ResolveValueType)
,Wfs20Package.getPropertyNameType_Resolve()
-
setResolve
void 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()
-
unsetResolve
void unsetResolve()
Unsets the value of the 'Resolve
' attribute.- See Also:
isSetResolve()
,getResolve()
,setResolve(ResolveValueType)
-
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:
unsetResolve()
,getResolve()
,setResolve(ResolveValueType)
-
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:
isSetResolveDepth()
,unsetResolveDepth()
,setResolveDepth(Object)
,Wfs20Package.getPropertyNameType_ResolveDepth()
-
setResolveDepth
void setResolveDepth(Object value)
Sets the value of the 'Resolve Depth
' attribute.- Parameters:
value
- the new value of the 'Resolve Depth' attribute.- See Also:
isSetResolveDepth()
,unsetResolveDepth()
,getResolveDepth()
-
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:
unsetResolveDepth()
,getResolveDepth()
,setResolveDepth(Object)
-
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(String)
,Wfs20Package.getPropertyNameType_ResolvePath()
-
setResolvePath
void setResolvePath(String value)
Sets the value of the 'Resolve Path
' attribute.- Parameters:
value
- the new value of the 'Resolve Path' attribute.- See Also:
getResolvePath()
-
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:
isSetResolveTimeout()
,unsetResolveTimeout()
,setResolveTimeout(BigInteger)
,Wfs20Package.getPropertyNameType_ResolveTimeout()
-
setResolveTimeout
void 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()
-
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:
unsetResolveTimeout()
,getResolveTimeout()
,setResolveTimeout(BigInteger)
-
-