Package net.opengis.wfs
Interface XlinkPropertyNameType
-
- All Superinterfaces:
EObject
,Notifier
- All Known Implementing Classes:
XlinkPropertyNameTypeImpl
public interface XlinkPropertyNameType extends EObject
A representation of the model object 'Xlink Property Name Type'.The following features are supported:
- See Also:
WfsPackage.getXlinkPropertyNameType()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getTraverseXlinkDepth()
Returns the value of the 'Traverse Xlink Depth' attribute.BigInteger
getTraverseXlinkExpiry()
Returns the value of the 'Traverse Xlink Expiry' attribute.String
getValue()
Returns the value of the 'Value' attribute.void
setTraverseXlinkDepth(String value)
Sets the value of the 'Traverse Xlink Depth
' attribute.void
setTraverseXlinkExpiry(BigInteger value)
Sets the value of the 'Traverse Xlink Expiry
' attribute.void
setValue(String value)
Sets the value of the 'Value
' attribute.
-
-
-
Method Detail
-
getValue
String 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(String)
,WfsPackage.getXlinkPropertyNameType_Value()
-
setValue
void setValue(String value)
Sets the value of the 'Value
' attribute.- Parameters:
value
- the new value of the 'Value' attribute.- See Also:
getValue()
-
getTraverseXlinkDepth
String getTraverseXlinkDepth()
Returns the value of the 'Traverse Xlink Depth' attribute. This attribute indicates the depth to which nested property XLink linking element locator attribute (href) XLinks are traversed and resolved if possible. A value of "1" indicates that one linking element locator attribute (href) Xlink will be traversed and the referenced element returned if possible, but nested property XLink linking element locator attribute (href) XLinks in the returned element are not traversed. A value of " " indicates that all nested property XLink linking element locator attribute (href) XLinks will be traversed and the referenced elements returned if possible. The range of valid values for this attribute consists of positive integers plus " ".- Returns:
- the value of the 'Traverse Xlink Depth' attribute.
- See Also:
setTraverseXlinkDepth(String)
,WfsPackage.getXlinkPropertyNameType_TraverseXlinkDepth()
-
setTraverseXlinkDepth
void setTraverseXlinkDepth(String value)
Sets the value of the 'Traverse Xlink Depth
' attribute.- Parameters:
value
- the new value of the 'Traverse Xlink Depth' attribute.- See Also:
getTraverseXlinkDepth()
-
getTraverseXlinkExpiry
BigInteger getTraverseXlinkExpiry()
Returns the value of the 'Traverse Xlink Expiry' attribute. The traverseXlinkExpiry attribute value is specified in minutes It indicates how long a Web Feature Service should wait to receive a response to a nested GetGmlObject request.- Returns:
- the value of the 'Traverse Xlink Expiry' attribute.
- See Also:
setTraverseXlinkExpiry(BigInteger)
,WfsPackage.getXlinkPropertyNameType_TraverseXlinkExpiry()
-
setTraverseXlinkExpiry
void setTraverseXlinkExpiry(BigInteger value)
Sets the value of the 'Traverse Xlink Expiry
' attribute.- Parameters:
value
- the new value of the 'Traverse Xlink Expiry' attribute.- See Also:
getTraverseXlinkExpiry()
-
-