Uses of Interface
net.opengis.wfs20.TruncatedResponseType
Packages that use TruncatedResponseType
Package
Description
-
Uses of TruncatedResponseType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return TruncatedResponseTypeModifier and TypeMethodDescriptionWfs20Factory.createTruncatedResponseType()
Returns a new object of class 'Truncated Response Type'.DocumentRoot.getTruncatedResponse()
Returns the value of the 'Truncated Response' containment reference.FeatureCollectionType.getTruncatedResponse()
Returns the value of the 'Truncated Response' containment reference.ValueCollectionType.getTruncatedResponse()
Returns the value of the 'Truncated Response' containment reference.Methods in net.opengis.wfs20 with parameters of type TruncatedResponseTypeModifier and TypeMethodDescriptionvoid
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 TruncatedResponseTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Truncated Response Type'.Fields in net.opengis.wfs20.impl declared as TruncatedResponseTypeModifier and TypeFieldDescriptionprotected 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 TruncatedResponseTypeModifier and TypeMethodDescriptionWfs20FactoryImpl.createTruncatedResponseType()
DocumentRootImpl.getTruncatedResponse()
FeatureCollectionTypeImpl.getTruncatedResponse()
ValueCollectionTypeImpl.getTruncatedResponse()
Methods in net.opengis.wfs20.impl with parameters of type TruncatedResponseTypeModifier and TypeMethodDescriptionNotificationChain
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 TruncatedResponseTypeModifier and TypeMethodDescriptionWfs20Switch.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 TruncatedResponseTypeModifier and TypeMethodDescriptionboolean
DocumentRootValidator.validateTruncatedResponse
(TruncatedResponseType value) boolean
FeatureCollectionTypeValidator.validateTruncatedResponse
(TruncatedResponseType value) boolean
ValueCollectionTypeValidator.validateTruncatedResponse
(TruncatedResponseType value)