Uses of Interface
net.opengis.gml.BooleanOrNullList
-
Packages that use BooleanOrNullList Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of BooleanOrNullList in net.opengis.gml
Methods in net.opengis.gml that return BooleanOrNullList Modifier and Type Method Description BooleanOrNullListRangeSetType. addNewBooleanList()Appends and returns a new empty value (as xml) as the last "BooleanList" elementBooleanOrNullListValueArrayPropertyType. addNewBooleanList()Appends and returns a new empty value (as xml) as the last "BooleanList" elementBooleanOrNullListRangeSetType. insertNewBooleanList(int i)Inserts and returns a new empty value (as xml) as the ith "BooleanList" elementBooleanOrNullListValueArrayPropertyType. insertNewBooleanList(int i)Inserts and returns a new empty value (as xml) as the ith "BooleanList" elementstatic BooleanOrNullListBooleanOrNullList.Factory. newInstance()static BooleanOrNullListBooleanOrNullList.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static BooleanOrNullListBooleanOrNullList.Factory. newValue(Object obj)static BooleanOrNullListBooleanOrNullList.Factory. parse(File file)static BooleanOrNullListBooleanOrNullList.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static BooleanOrNullListBooleanOrNullList.Factory. parse(InputStream is)static BooleanOrNullListBooleanOrNullList.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static BooleanOrNullListBooleanOrNullList.Factory. parse(Reader r)static BooleanOrNullListBooleanOrNullList.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static BooleanOrNullListBooleanOrNullList.Factory. parse(String xmlAsString)static BooleanOrNullListBooleanOrNullList.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static BooleanOrNullListBooleanOrNullList.Factory. parse(URL u)static BooleanOrNullListBooleanOrNullList.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static BooleanOrNullListBooleanOrNullList.Factory. parse(XMLStreamReader sr)static BooleanOrNullListBooleanOrNullList.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static BooleanOrNullListBooleanOrNullList.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic BooleanOrNullListBooleanOrNullList.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic BooleanOrNullListBooleanOrNullList.Factory. parse(Node node)static BooleanOrNullListBooleanOrNullList.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)BooleanOrNullListBooleanListDocument. xgetBooleanList()Gets (as xml) the "BooleanList" elementBooleanOrNullListRangeParametersType. xgetBooleanList()Gets (as xml) the "BooleanList" elementBooleanOrNullListValuePropertyType. xgetBooleanList()Gets (as xml) the "BooleanList" elementBooleanOrNullList[]RangeSetType. xgetBooleanListArray()Gets (as xml) array of all "BooleanList" elementsBooleanOrNullListRangeSetType. xgetBooleanListArray(int i)Gets (as xml) ith "BooleanList" elementBooleanOrNullList[]ValueArrayPropertyType. xgetBooleanListArray()Gets (as xml) array of all "BooleanList" elementsBooleanOrNullListValueArrayPropertyType. xgetBooleanListArray(int i)Gets (as xml) ith "BooleanList" elementMethods in net.opengis.gml with parameters of type BooleanOrNullList Modifier and Type Method Description voidBooleanListDocument. xsetBooleanList(BooleanOrNullList booleanList)Sets (as xml) the "BooleanList" elementvoidRangeParametersType. xsetBooleanList(BooleanOrNullList booleanList)Sets (as xml) the "BooleanList" elementvoidValuePropertyType. xsetBooleanList(BooleanOrNullList booleanList)Sets (as xml) the "BooleanList" elementvoidRangeSetType. xsetBooleanListArray(int i, BooleanOrNullList booleanList)Sets (as xml) ith "BooleanList" elementvoidRangeSetType. xsetBooleanListArray(BooleanOrNullList[] booleanListArray)Sets (as xml) array of all "BooleanList" elementvoidValueArrayPropertyType. xsetBooleanListArray(int i, BooleanOrNullList booleanList)Sets (as xml) ith "BooleanList" elementvoidValueArrayPropertyType. xsetBooleanListArray(BooleanOrNullList[] booleanListArray)Sets (as xml) array of all "BooleanList" element -
Uses of BooleanOrNullList in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement BooleanOrNullList Modifier and Type Class Description classBooleanOrNullListImplAn XML booleanOrNullList(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return BooleanOrNullList Modifier and Type Method Description BooleanOrNullListRangeSetTypeImpl. addNewBooleanList()Appends and returns a new empty value (as xml) as the last "BooleanList" elementBooleanOrNullListValueArrayPropertyTypeImpl. addNewBooleanList()Appends and returns a new empty value (as xml) as the last "BooleanList" elementBooleanOrNullListRangeSetTypeImpl. insertNewBooleanList(int i)Inserts and returns a new empty value (as xml) as the ith "BooleanList" elementBooleanOrNullListValueArrayPropertyTypeImpl. insertNewBooleanList(int i)Inserts and returns a new empty value (as xml) as the ith "BooleanList" elementBooleanOrNullListBooleanListDocumentImpl. xgetBooleanList()Gets (as xml) the "BooleanList" elementBooleanOrNullListRangeParametersTypeImpl. xgetBooleanList()Gets (as xml) the "BooleanList" elementBooleanOrNullListValuePropertyTypeImpl. xgetBooleanList()Gets (as xml) the "BooleanList" elementBooleanOrNullList[]RangeSetTypeImpl. xgetBooleanListArray()Gets (as xml) array of all "BooleanList" elementsBooleanOrNullListRangeSetTypeImpl. xgetBooleanListArray(int i)Gets (as xml) ith "BooleanList" elementBooleanOrNullList[]ValueArrayPropertyTypeImpl. xgetBooleanListArray()Gets (as xml) array of all "BooleanList" elementsBooleanOrNullListValueArrayPropertyTypeImpl. xgetBooleanListArray(int i)Gets (as xml) ith "BooleanList" elementMethods in net.opengis.gml.impl with parameters of type BooleanOrNullList Modifier and Type Method Description voidBooleanListDocumentImpl. xsetBooleanList(BooleanOrNullList booleanList)Sets (as xml) the "BooleanList" elementvoidRangeParametersTypeImpl. xsetBooleanList(BooleanOrNullList booleanList)Sets (as xml) the "BooleanList" elementvoidValuePropertyTypeImpl. xsetBooleanList(BooleanOrNullList booleanList)Sets (as xml) the "BooleanList" elementvoidRangeSetTypeImpl. xsetBooleanListArray(int i, BooleanOrNullList booleanList)Sets (as xml) ith "BooleanList" elementvoidRangeSetTypeImpl. xsetBooleanListArray(BooleanOrNullList[] booleanListArray)Sets (as xml) array of all "BooleanList" elementvoidValueArrayPropertyTypeImpl. xsetBooleanListArray(int i, BooleanOrNullList booleanList)Sets (as xml) ith "BooleanList" elementvoidValueArrayPropertyTypeImpl. xsetBooleanListArray(BooleanOrNullList[] booleanListArray)Sets (as xml) array of all "BooleanList" element
-