Uses of Interface
net.opengis.ows10.AcceptVersionsType
- 
Packages that use AcceptVersionsType Package Description net.opengis.ows10 net.opengis.ows10.impl net.opengis.ows10.validation 
- 
- 
Uses of AcceptVersionsType in net.opengis.ows10Methods in net.opengis.ows10 that return AcceptVersionsType Modifier and Type Method Description AcceptVersionsTypeOws10Factory. createAcceptVersionsType()Returns a new object of class 'Accept Versions Type'.AcceptVersionsTypeGetCapabilitiesType. getAcceptVersions()Returns the value of the 'Accept Versions' containment reference.Methods in net.opengis.ows10 with parameters of type AcceptVersionsType Modifier and Type Method Description voidGetCapabilitiesType. setAcceptVersions(AcceptVersionsType value)Sets the value of the 'Accept Versions' containment reference.
- 
Uses of AcceptVersionsType in net.opengis.ows10.implClasses in net.opengis.ows10.impl that implement AcceptVersionsType Modifier and Type Class Description classAcceptVersionsTypeImplAn implementation of the model object 'Accept Versions Type'.Fields in net.opengis.ows10.impl declared as AcceptVersionsType Modifier and Type Field Description protected AcceptVersionsTypeGetCapabilitiesTypeImpl. acceptVersionsThe cached value of the 'Accept Versions' containment reference.Methods in net.opengis.ows10.impl that return AcceptVersionsType Modifier and Type Method Description AcceptVersionsTypeOws10FactoryImpl. createAcceptVersionsType()AcceptVersionsTypeGetCapabilitiesTypeImpl. getAcceptVersions()Methods in net.opengis.ows10.impl with parameters of type AcceptVersionsType Modifier and Type Method Description NotificationChainGetCapabilitiesTypeImpl. basicSetAcceptVersions(AcceptVersionsType newAcceptVersions, NotificationChain msgs)voidGetCapabilitiesTypeImpl. setAcceptVersions(AcceptVersionsType newAcceptVersions)
- 
Uses of AcceptVersionsType in net.opengis.ows10.validationMethods in net.opengis.ows10.validation with parameters of type AcceptVersionsType Modifier and Type Method Description booleanGetCapabilitiesTypeValidator. validateAcceptVersions(AcceptVersionsType value)
 
-