Uses of Interface
net.opengis.ows.x11.AnyValueDocument.AnyValue
-
Packages that use AnyValueDocument.AnyValue Package Description net.opengis.ows.x11 net.opengis.ows.x11.impl -
-
Uses of AnyValueDocument.AnyValue in net.opengis.ows.x11
Methods in net.opengis.ows.x11 that return AnyValueDocument.AnyValue Modifier and Type Method Description AnyValueDocument.AnyValueAnyValueDocument. addNewAnyValue()Appends and returns a new empty "AnyValue" elementAnyValueDocument.AnyValueUnNamedDomainType. addNewAnyValue()Appends and returns a new empty "AnyValue" elementAnyValueDocument.AnyValueAnyValueDocument. getAnyValue()Gets the "AnyValue" elementAnyValueDocument.AnyValueUnNamedDomainType. getAnyValue()Gets the "AnyValue" elementstatic AnyValueDocument.AnyValueAnyValueDocument.AnyValue.Factory. newInstance()static AnyValueDocument.AnyValueAnyValueDocument.AnyValue.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.ows.x11 with parameters of type AnyValueDocument.AnyValue Modifier and Type Method Description voidAnyValueDocument. setAnyValue(AnyValueDocument.AnyValue anyValue)Sets the "AnyValue" elementvoidUnNamedDomainType. setAnyValue(AnyValueDocument.AnyValue anyValue)Sets the "AnyValue" element -
Uses of AnyValueDocument.AnyValue in net.opengis.ows.x11.impl
Classes in net.opengis.ows.x11.impl that implement AnyValueDocument.AnyValue Modifier and Type Class Description static classAnyValueDocumentImpl.AnyValueImplAn XML AnyValue(@http://www.opengis.net/ows/1.1).Methods in net.opengis.ows.x11.impl that return AnyValueDocument.AnyValue Modifier and Type Method Description AnyValueDocument.AnyValueAnyValueDocumentImpl. addNewAnyValue()Appends and returns a new empty "AnyValue" elementAnyValueDocument.AnyValueUnNamedDomainTypeImpl. addNewAnyValue()Appends and returns a new empty "AnyValue" elementAnyValueDocument.AnyValueAnyValueDocumentImpl. getAnyValue()Gets the "AnyValue" elementAnyValueDocument.AnyValueUnNamedDomainTypeImpl. getAnyValue()Gets the "AnyValue" elementMethods in net.opengis.ows.x11.impl with parameters of type AnyValueDocument.AnyValue Modifier and Type Method Description voidAnyValueDocumentImpl. setAnyValue(AnyValueDocument.AnyValue anyValue)Sets the "AnyValue" elementvoidUnNamedDomainTypeImpl. setAnyValue(AnyValueDocument.AnyValue anyValue)Sets the "AnyValue" element
-