Uses of Interface
net.opengis.wfs20.TruncatedResponseType
-
Packages that use TruncatedResponseType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation -
-
Uses of TruncatedResponseType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return TruncatedResponseType Modifier and Type Method Description TruncatedResponseType
Wfs20Factory. createTruncatedResponseType()
Returns a new object of class 'Truncated Response Type'.TruncatedResponseType
DocumentRoot. getTruncatedResponse()
Returns the value of the 'Truncated Response' containment reference.TruncatedResponseType
FeatureCollectionType. getTruncatedResponse()
Returns the value of the 'Truncated Response' containment reference.TruncatedResponseType
ValueCollectionType. getTruncatedResponse()
Returns the value of the 'Truncated Response' containment reference.Methods in net.opengis.wfs20 with parameters of type TruncatedResponseType Modifier and Type Method Description void
DocumentRoot. setTruncatedResponse(TruncatedResponseType value)
Sets the value of the 'Truncated Response
' containment reference.void
FeatureCollectionType. setTruncatedResponse(TruncatedResponseType value)
Sets the value of the 'Truncated Response
' containment reference.void
ValueCollectionType. setTruncatedResponse(TruncatedResponseType value)
Sets the value of the 'Truncated Response
' containment reference. -
Uses of TruncatedResponseType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement TruncatedResponseType Modifier and Type Class Description class
TruncatedResponseTypeImpl
An implementation of the model object 'Truncated Response Type'.Fields in net.opengis.wfs20.impl declared as TruncatedResponseType Modifier and Type Field Description protected TruncatedResponseType
FeatureCollectionTypeImpl. truncatedResponse
The cached value of the 'Truncated Response
' containment reference.protected TruncatedResponseType
ValueCollectionTypeImpl. truncatedResponse
The cached value of the 'Truncated Response
' containment reference.Methods in net.opengis.wfs20.impl that return TruncatedResponseType Modifier and Type Method Description TruncatedResponseType
Wfs20FactoryImpl. createTruncatedResponseType()
TruncatedResponseType
DocumentRootImpl. getTruncatedResponse()
TruncatedResponseType
FeatureCollectionTypeImpl. getTruncatedResponse()
TruncatedResponseType
ValueCollectionTypeImpl. getTruncatedResponse()
Methods in net.opengis.wfs20.impl with parameters of type TruncatedResponseType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetTruncatedResponse(TruncatedResponseType newTruncatedResponse, NotificationChain msgs)
NotificationChain
FeatureCollectionTypeImpl. basicSetTruncatedResponse(TruncatedResponseType newTruncatedResponse, NotificationChain msgs)
NotificationChain
ValueCollectionTypeImpl. basicSetTruncatedResponse(TruncatedResponseType newTruncatedResponse, NotificationChain msgs)
void
DocumentRootImpl. setTruncatedResponse(TruncatedResponseType newTruncatedResponse)
void
FeatureCollectionTypeImpl. setTruncatedResponse(TruncatedResponseType newTruncatedResponse)
void
ValueCollectionTypeImpl. setTruncatedResponse(TruncatedResponseType newTruncatedResponse)
-
Uses of TruncatedResponseType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type TruncatedResponseType Modifier and Type Method Description T
Wfs20Switch. caseTruncatedResponseType(TruncatedResponseType object)
Returns the result of interpreting the object as an instance of 'Truncated Response Type'.boolean
Wfs20Validator. validateTruncatedResponseType(TruncatedResponseType truncatedResponseType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of TruncatedResponseType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type TruncatedResponseType Modifier and Type Method Description boolean
DocumentRootValidator. validateTruncatedResponse(TruncatedResponseType value)
boolean
FeatureCollectionTypeValidator. validateTruncatedResponse(TruncatedResponseType value)
boolean
ValueCollectionTypeValidator. validateTruncatedResponse(TruncatedResponseType value)
-