Uses of Interface
net.opengis.swe.x20.BooleanType
-
Packages that use BooleanType Package Description net.opengis.swe.x20 net.opengis.swe.x20.impl -
-
Uses of BooleanType in net.opengis.swe.x20
Methods in net.opengis.swe.x20 that return BooleanType Modifier and Type Method Description BooleanTypeAnyScalarPropertyType. addNewBoolean()Appends and returns a new empty "Boolean" elementBooleanTypeBooleanDocument. addNewBoolean()Appends and returns a new empty "Boolean" elementBooleanTypeBooleanPropertyType. addNewBoolean()Appends and returns a new empty "Boolean" elementBooleanTypeAnyScalarPropertyType. getBoolean()Gets the "Boolean" elementBooleanTypeBooleanDocument. getBoolean()Gets the "Boolean" elementBooleanTypeBooleanPropertyType. getBoolean()Gets the "Boolean" elementstatic BooleanTypeBooleanType.Factory. newInstance()static BooleanTypeBooleanType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static BooleanTypeBooleanType.Factory. parse(File file)static BooleanTypeBooleanType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static BooleanTypeBooleanType.Factory. parse(InputStream is)static BooleanTypeBooleanType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static BooleanTypeBooleanType.Factory. parse(Reader r)static BooleanTypeBooleanType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static BooleanTypeBooleanType.Factory. parse(String xmlAsString)static BooleanTypeBooleanType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static BooleanTypeBooleanType.Factory. parse(URL u)static BooleanTypeBooleanType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static BooleanTypeBooleanType.Factory. parse(XMLStreamReader sr)static BooleanTypeBooleanType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static BooleanTypeBooleanType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic BooleanTypeBooleanType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic BooleanTypeBooleanType.Factory. parse(Node node)static BooleanTypeBooleanType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x20 with parameters of type BooleanType Modifier and Type Method Description voidAnyScalarPropertyType. setBoolean(BooleanType xboolean)Sets the "Boolean" elementvoidBooleanDocument. setBoolean(BooleanType xboolean)Sets the "Boolean" elementvoidBooleanPropertyType. setBoolean(BooleanType xboolean)Sets the "Boolean" element -
Uses of BooleanType in net.opengis.swe.x20.impl
Classes in net.opengis.swe.x20.impl that implement BooleanType Modifier and Type Class Description classBooleanTypeImplAn XML BooleanType(@http://www.opengis.net/swe/2.0).Methods in net.opengis.swe.x20.impl that return BooleanType Modifier and Type Method Description BooleanTypeAnyScalarPropertyTypeImpl. addNewBoolean()Appends and returns a new empty "Boolean" elementBooleanTypeBooleanDocumentImpl. addNewBoolean()Appends and returns a new empty "Boolean" elementBooleanTypeBooleanPropertyTypeImpl. addNewBoolean()Appends and returns a new empty "Boolean" elementBooleanTypeAnyScalarPropertyTypeImpl. getBoolean()Gets the "Boolean" elementBooleanTypeBooleanDocumentImpl. getBoolean()Gets the "Boolean" elementBooleanTypeBooleanPropertyTypeImpl. getBoolean()Gets the "Boolean" elementMethods in net.opengis.swe.x20.impl with parameters of type BooleanType Modifier and Type Method Description voidAnyScalarPropertyTypeImpl. setBoolean(BooleanType xboolean)Sets the "Boolean" elementvoidBooleanDocumentImpl. setBoolean(BooleanType xboolean)Sets the "Boolean" elementvoidBooleanPropertyTypeImpl. setBoolean(BooleanType xboolean)Sets the "Boolean" element
-