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.wfs20Methods in net.opengis.wfs20 that return TruncatedResponseType Modifier and Type Method Description TruncatedResponseTypeWfs20Factory. createTruncatedResponseType()Returns a new object of class 'Truncated Response Type'.TruncatedResponseTypeDocumentRoot. getTruncatedResponse()Returns the value of the 'Truncated Response' containment reference.TruncatedResponseTypeFeatureCollectionType. getTruncatedResponse()Returns the value of the 'Truncated Response' containment reference.TruncatedResponseTypeValueCollectionType. 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 voidDocumentRoot. 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.implClasses in net.opengis.wfs20.impl that implement TruncatedResponseType Modifier and Type Class Description classTruncatedResponseTypeImplAn implementation of the model object 'Truncated Response Type'.Fields in net.opengis.wfs20.impl declared as TruncatedResponseType Modifier and Type Field Description protected 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 TruncatedResponseType Modifier and Type Method Description TruncatedResponseTypeWfs20FactoryImpl. createTruncatedResponseType()TruncatedResponseTypeDocumentRootImpl. getTruncatedResponse()TruncatedResponseTypeFeatureCollectionTypeImpl. getTruncatedResponse()TruncatedResponseTypeValueCollectionTypeImpl. getTruncatedResponse()Methods in net.opengis.wfs20.impl with parameters of type TruncatedResponseType Modifier and Type Method Description NotificationChainDocumentRootImpl. 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.utilMethods in net.opengis.wfs20.util with parameters of type TruncatedResponseType Modifier and Type Method Description TWfs20Switch. 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.validationMethods in net.opengis.wfs20.validation with parameters of type TruncatedResponseType Modifier and Type Method Description booleanDocumentRootValidator. validateTruncatedResponse(TruncatedResponseType value)booleanFeatureCollectionTypeValidator. validateTruncatedResponse(TruncatedResponseType value)booleanValueCollectionTypeValidator. validateTruncatedResponse(TruncatedResponseType value)
 
-