Uses of Interface
net.opengis.swe.x101.BooleanDocument.Boolean
-
Packages that use BooleanDocument.Boolean Package Description net.opengis.swe.x101 net.opengis.swe.x101.impl -
-
Uses of BooleanDocument.Boolean in net.opengis.swe.x101
Methods in net.opengis.swe.x101 that return BooleanDocument.Boolean Modifier and Type Method Description BooleanDocument.BooleanAbstractConditionalType.Condition. addNewBoolean()Appends and returns a new empty "Boolean" elementBooleanDocument.BooleanAnyDataPropertyType. addNewBoolean()Appends and returns a new empty "Boolean" elementBooleanDocument.BooleanAnyScalarPropertyType. addNewBoolean()Appends and returns a new empty "Boolean" elementBooleanDocument.BooleanBooleanDocument. addNewBoolean()Appends and returns a new empty "Boolean" elementBooleanDocument.BooleanBooleanPropertyType. addNewBoolean()Appends and returns a new empty "Boolean" elementBooleanDocument.BooleanConditionalValueType.Data. addNewBoolean()Appends and returns a new empty "Boolean" elementBooleanDocument.BooleanDataComponentPropertyType. addNewBoolean()Appends and returns a new empty "Boolean" elementBooleanDocument.BooleanAbstractConditionalType.Condition. getBoolean()Gets the "Boolean" elementBooleanDocument.BooleanAnyDataPropertyType. getBoolean()Gets the "Boolean" elementBooleanDocument.BooleanAnyScalarPropertyType. getBoolean()Gets the "Boolean" elementBooleanDocument.BooleanBooleanDocument. getBoolean()Gets the "Boolean" elementBooleanDocument.BooleanBooleanPropertyType. getBoolean()Gets the "Boolean" elementBooleanDocument.BooleanConditionalValueType.Data. getBoolean()Gets the "Boolean" elementBooleanDocument.BooleanDataComponentPropertyType. getBoolean()Gets the "Boolean" elementstatic BooleanDocument.BooleanBooleanDocument.Boolean.Factory. newInstance()static BooleanDocument.BooleanBooleanDocument.Boolean.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.swe.x101 with parameters of type BooleanDocument.Boolean Modifier and Type Method Description voidAbstractConditionalType.Condition. setBoolean(BooleanDocument.Boolean xboolean)Sets the "Boolean" elementvoidAnyDataPropertyType. setBoolean(BooleanDocument.Boolean xboolean)Sets the "Boolean" elementvoidAnyScalarPropertyType. setBoolean(BooleanDocument.Boolean xboolean)Sets the "Boolean" elementvoidBooleanDocument. setBoolean(BooleanDocument.Boolean xboolean)Sets the "Boolean" elementvoidBooleanPropertyType. setBoolean(BooleanDocument.Boolean xboolean)Sets the "Boolean" elementvoidConditionalValueType.Data. setBoolean(BooleanDocument.Boolean xboolean)Sets the "Boolean" elementvoidDataComponentPropertyType. setBoolean(BooleanDocument.Boolean xboolean)Sets the "Boolean" element -
Uses of BooleanDocument.Boolean in net.opengis.swe.x101.impl
Classes in net.opengis.swe.x101.impl that implement BooleanDocument.Boolean Modifier and Type Class Description static classBooleanDocumentImpl.BooleanImplAn XML Boolean(@http://www.opengis.net/swe/1.0.1).Methods in net.opengis.swe.x101.impl that return BooleanDocument.Boolean Modifier and Type Method Description BooleanDocument.BooleanAbstractConditionalTypeImpl.ConditionImpl. addNewBoolean()Appends and returns a new empty "Boolean" elementBooleanDocument.BooleanAnyDataPropertyTypeImpl. addNewBoolean()Appends and returns a new empty "Boolean" elementBooleanDocument.BooleanAnyScalarPropertyTypeImpl. addNewBoolean()Appends and returns a new empty "Boolean" elementBooleanDocument.BooleanBooleanDocumentImpl. addNewBoolean()Appends and returns a new empty "Boolean" elementBooleanDocument.BooleanBooleanPropertyTypeImpl. addNewBoolean()Appends and returns a new empty "Boolean" elementBooleanDocument.BooleanConditionalValueTypeImpl.DataImpl. addNewBoolean()Appends and returns a new empty "Boolean" elementBooleanDocument.BooleanDataComponentPropertyTypeImpl. addNewBoolean()Appends and returns a new empty "Boolean" elementBooleanDocument.BooleanAbstractConditionalTypeImpl.ConditionImpl. getBoolean()Gets the "Boolean" elementBooleanDocument.BooleanAnyDataPropertyTypeImpl. getBoolean()Gets the "Boolean" elementBooleanDocument.BooleanAnyScalarPropertyTypeImpl. getBoolean()Gets the "Boolean" elementBooleanDocument.BooleanBooleanDocumentImpl. getBoolean()Gets the "Boolean" elementBooleanDocument.BooleanBooleanPropertyTypeImpl. getBoolean()Gets the "Boolean" elementBooleanDocument.BooleanConditionalValueTypeImpl.DataImpl. getBoolean()Gets the "Boolean" elementBooleanDocument.BooleanDataComponentPropertyTypeImpl. getBoolean()Gets the "Boolean" elementMethods in net.opengis.swe.x101.impl with parameters of type BooleanDocument.Boolean Modifier and Type Method Description voidAbstractConditionalTypeImpl.ConditionImpl. setBoolean(BooleanDocument.Boolean xboolean)Sets the "Boolean" elementvoidAnyDataPropertyTypeImpl. setBoolean(BooleanDocument.Boolean xboolean)Sets the "Boolean" elementvoidAnyScalarPropertyTypeImpl. setBoolean(BooleanDocument.Boolean xboolean)Sets the "Boolean" elementvoidBooleanDocumentImpl. setBoolean(BooleanDocument.Boolean xboolean)Sets the "Boolean" elementvoidBooleanPropertyTypeImpl. setBoolean(BooleanDocument.Boolean xboolean)Sets the "Boolean" elementvoidConditionalValueTypeImpl.DataImpl. setBoolean(BooleanDocument.Boolean xboolean)Sets the "Boolean" elementvoidDataComponentPropertyTypeImpl. setBoolean(BooleanDocument.Boolean xboolean)Sets the "Boolean" element
-