Uses of Interface
net.opengis.wfs20.ActionResultsType
-
Packages that use ActionResultsType Package Description net.opengis.wfs20 net.opengis.wfs20.impl net.opengis.wfs20.util net.opengis.wfs20.validation -
-
Uses of ActionResultsType in net.opengis.wfs20
Methods in net.opengis.wfs20 that return ActionResultsType Modifier and Type Method Description ActionResultsType
Wfs20Factory. createActionResultsType()
Returns a new object of class 'Action Results Type'.ActionResultsType
TransactionResponseType. getInsertResults()
Returns the value of the 'Insert Results' containment reference.ActionResultsType
TransactionResponseType. getReplaceResults()
Returns the value of the 'Replace Results' containment reference.ActionResultsType
TransactionResponseType. getUpdateResults()
Returns the value of the 'Update Results' containment reference.Methods in net.opengis.wfs20 with parameters of type ActionResultsType Modifier and Type Method Description void
TransactionResponseType. setInsertResults(ActionResultsType value)
Sets the value of the 'Insert Results
' containment reference.void
TransactionResponseType. setReplaceResults(ActionResultsType value)
Sets the value of the 'Replace Results
' containment reference.void
TransactionResponseType. setUpdateResults(ActionResultsType value)
Sets the value of the 'Update Results
' containment reference. -
Uses of ActionResultsType in net.opengis.wfs20.impl
Classes in net.opengis.wfs20.impl that implement ActionResultsType Modifier and Type Class Description class
ActionResultsTypeImpl
An implementation of the model object 'Action Results Type'.Fields in net.opengis.wfs20.impl declared as ActionResultsType Modifier and Type Field Description protected ActionResultsType
TransactionResponseTypeImpl. insertResults
The cached value of the 'Insert Results
' containment reference.protected ActionResultsType
TransactionResponseTypeImpl. replaceResults
The cached value of the 'Replace Results
' containment reference.protected ActionResultsType
TransactionResponseTypeImpl. updateResults
The cached value of the 'Update Results
' containment reference.Methods in net.opengis.wfs20.impl that return ActionResultsType Modifier and Type Method Description ActionResultsType
Wfs20FactoryImpl. createActionResultsType()
ActionResultsType
TransactionResponseTypeImpl. getInsertResults()
ActionResultsType
TransactionResponseTypeImpl. getReplaceResults()
ActionResultsType
TransactionResponseTypeImpl. getUpdateResults()
Methods in net.opengis.wfs20.impl with parameters of type ActionResultsType Modifier and Type Method Description NotificationChain
TransactionResponseTypeImpl. basicSetInsertResults(ActionResultsType newInsertResults, NotificationChain msgs)
NotificationChain
TransactionResponseTypeImpl. basicSetReplaceResults(ActionResultsType newReplaceResults, NotificationChain msgs)
NotificationChain
TransactionResponseTypeImpl. basicSetUpdateResults(ActionResultsType newUpdateResults, NotificationChain msgs)
void
TransactionResponseTypeImpl. setInsertResults(ActionResultsType newInsertResults)
void
TransactionResponseTypeImpl. setReplaceResults(ActionResultsType newReplaceResults)
void
TransactionResponseTypeImpl. setUpdateResults(ActionResultsType newUpdateResults)
-
Uses of ActionResultsType in net.opengis.wfs20.util
Methods in net.opengis.wfs20.util with parameters of type ActionResultsType Modifier and Type Method Description T
Wfs20Switch. caseActionResultsType(ActionResultsType object)
Returns the result of interpreting the object as an instance of 'Action Results Type'.boolean
Wfs20Validator. validateActionResultsType(ActionResultsType actionResultsType, DiagnosticChain diagnostics, Map<Object,Object> context)
-
Uses of ActionResultsType in net.opengis.wfs20.validation
Methods in net.opengis.wfs20.validation with parameters of type ActionResultsType Modifier and Type Method Description boolean
TransactionResponseTypeValidator. validateInsertResults(ActionResultsType value)
boolean
TransactionResponseTypeValidator. validateReplaceResults(ActionResultsType value)
boolean
TransactionResponseTypeValidator. validateUpdateResults(ActionResultsType value)
-