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 TypeMethodDescriptionvoidDocumentRoot.setTruncatedResponse(TruncatedResponseType value) Sets the value of the 'Truncated Response' containment reference.voidFeatureCollectionType.setTruncatedResponse(TruncatedResponseType value) Sets the value of the 'Truncated Response' containment reference.voidValueCollectionType.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 TypeClassDescriptionclassAn implementation of the model object 'Truncated Response Type'.Fields in net.opengis.wfs20.impl declared as TruncatedResponseTypeModifier and TypeFieldDescriptionprotected TruncatedResponseTypeFeatureCollectionTypeImpl.truncatedResponseThe cached value of the 'Truncated Response' containment reference.protected TruncatedResponseTypeValueCollectionTypeImpl.truncatedResponseThe 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetTruncatedResponse(TruncatedResponseType newTruncatedResponse, NotificationChain msgs) NotificationChainFeatureCollectionTypeImpl.basicSetTruncatedResponse(TruncatedResponseType newTruncatedResponse, NotificationChain msgs) NotificationChainValueCollectionTypeImpl.basicSetTruncatedResponse(TruncatedResponseType newTruncatedResponse, NotificationChain msgs) voidDocumentRootImpl.setTruncatedResponse(TruncatedResponseType newTruncatedResponse) voidFeatureCollectionTypeImpl.setTruncatedResponse(TruncatedResponseType newTruncatedResponse) voidValueCollectionTypeImpl.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'.booleanWfs20Validator.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 TypeMethodDescriptionbooleanDocumentRootValidator.validateTruncatedResponse(TruncatedResponseType value) booleanFeatureCollectionTypeValidator.validateTruncatedResponse(TruncatedResponseType value) booleanValueCollectionTypeValidator.validateTruncatedResponse(TruncatedResponseType value)