Uses of Interface
eu.europa.ec.inspire.schemas.buBase.x40.AbstractBuildingType.CurrentUse
-
Packages that use AbstractBuildingType.CurrentUse Package Description eu.europa.ec.inspire.schemas.buBase.x40 eu.europa.ec.inspire.schemas.buBase.x40.impl -
-
Uses of AbstractBuildingType.CurrentUse in eu.europa.ec.inspire.schemas.buBase.x40
Methods in eu.europa.ec.inspire.schemas.buBase.x40 that return AbstractBuildingType.CurrentUse Modifier and Type Method Description AbstractBuildingType.CurrentUseAbstractBuildingType. addNewCurrentUse()Appends and returns a new empty value (as xml) as the last "currentUse" elementAbstractBuildingType.CurrentUse[]AbstractBuildingType. getCurrentUseArray()Gets array of all "currentUse" elementsAbstractBuildingType.CurrentUseAbstractBuildingType. getCurrentUseArray(int i)Gets ith "currentUse" elementAbstractBuildingType.CurrentUseAbstractBuildingType. insertNewCurrentUse(int i)Inserts and returns a new empty value (as xml) as the ith "currentUse" elementstatic AbstractBuildingType.CurrentUseAbstractBuildingType.CurrentUse.Factory. newInstance()static AbstractBuildingType.CurrentUseAbstractBuildingType.CurrentUse.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in eu.europa.ec.inspire.schemas.buBase.x40 with parameters of type AbstractBuildingType.CurrentUse Modifier and Type Method Description voidAbstractBuildingType. setCurrentUseArray(int i, AbstractBuildingType.CurrentUse currentUse)Sets ith "currentUse" elementvoidAbstractBuildingType. setCurrentUseArray(AbstractBuildingType.CurrentUse[] currentUseArray)Sets array of all "currentUse" element -
Uses of AbstractBuildingType.CurrentUse in eu.europa.ec.inspire.schemas.buBase.x40.impl
Classes in eu.europa.ec.inspire.schemas.buBase.x40.impl that implement AbstractBuildingType.CurrentUse Modifier and Type Class Description static classAbstractBuildingTypeImpl.CurrentUseImplAn XML currentUse(@http://inspire.ec.europa.eu/schemas/bu-base/4.0).Methods in eu.europa.ec.inspire.schemas.buBase.x40.impl that return AbstractBuildingType.CurrentUse Modifier and Type Method Description AbstractBuildingType.CurrentUseAbstractBuildingTypeImpl. addNewCurrentUse()Appends and returns a new empty value (as xml) as the last "currentUse" elementAbstractBuildingType.CurrentUse[]AbstractBuildingTypeImpl. getCurrentUseArray()Gets array of all "currentUse" elementsAbstractBuildingType.CurrentUseAbstractBuildingTypeImpl. getCurrentUseArray(int i)Gets ith "currentUse" elementAbstractBuildingType.CurrentUseAbstractBuildingTypeImpl. insertNewCurrentUse(int i)Inserts and returns a new empty value (as xml) as the ith "currentUse" elementMethods in eu.europa.ec.inspire.schemas.buBase.x40.impl with parameters of type AbstractBuildingType.CurrentUse Modifier and Type Method Description voidAbstractBuildingTypeImpl. setCurrentUseArray(int i, AbstractBuildingType.CurrentUse currentUse)Sets ith "currentUse" elementvoidAbstractBuildingTypeImpl. setCurrentUseArray(AbstractBuildingType.CurrentUse[] currentUseArray)Sets array of all "currentUse" element
-