Uses of Interface
eu.europa.ec.inspire.schemas.buBase.x40.AbstractConstructionType
-
Packages that use AbstractConstructionType Package Description eu.europa.ec.inspire.schemas.buBase.x40 eu.europa.ec.inspire.schemas.buBase.x40.impl -
-
Uses of AbstractConstructionType in eu.europa.ec.inspire.schemas.buBase.x40
Subinterfaces of AbstractConstructionType in eu.europa.ec.inspire.schemas.buBase.x40 Modifier and Type Interface Description interfaceAbstractBuildingTypeAn XML AbstractBuildingType(@http://inspire.ec.europa.eu/schemas/bu-base/4.0).interfaceBuildingPartTypeAn XML BuildingPartType(@http://inspire.ec.europa.eu/schemas/bu-base/4.0).interfaceBuildingTypeAn XML BuildingType(@http://inspire.ec.europa.eu/schemas/bu-base/4.0).Methods in eu.europa.ec.inspire.schemas.buBase.x40 that return AbstractConstructionType Modifier and Type Method Description AbstractConstructionTypeAbstractConstructionDocument. addNewAbstractConstruction()Appends and returns a new empty "AbstractConstruction" elementAbstractConstructionTypeAbstractConstructionPropertyType. addNewAbstractConstruction()Appends and returns a new empty "AbstractConstruction" elementAbstractConstructionTypeAbstractConstructionDocument. getAbstractConstruction()Gets the "AbstractConstruction" elementAbstractConstructionTypeAbstractConstructionPropertyType. getAbstractConstruction()Gets the "AbstractConstruction" elementstatic AbstractConstructionTypeAbstractConstructionType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic AbstractConstructionTypeAbstractConstructionType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic AbstractConstructionTypeAbstractConstructionType.Factory. parse(File file)static AbstractConstructionTypeAbstractConstructionType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractConstructionTypeAbstractConstructionType.Factory. parse(InputStream is)static AbstractConstructionTypeAbstractConstructionType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractConstructionTypeAbstractConstructionType.Factory. parse(Reader r)static AbstractConstructionTypeAbstractConstructionType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractConstructionTypeAbstractConstructionType.Factory. parse(String xmlAsString)static AbstractConstructionTypeAbstractConstructionType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractConstructionTypeAbstractConstructionType.Factory. parse(URL u)static AbstractConstructionTypeAbstractConstructionType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractConstructionTypeAbstractConstructionType.Factory. parse(XMLStreamReader sr)static AbstractConstructionTypeAbstractConstructionType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractConstructionTypeAbstractConstructionType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractConstructionTypeAbstractConstructionType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractConstructionTypeAbstractConstructionType.Factory. parse(Node node)static AbstractConstructionTypeAbstractConstructionType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in eu.europa.ec.inspire.schemas.buBase.x40 with parameters of type AbstractConstructionType Modifier and Type Method Description voidAbstractConstructionDocument. setAbstractConstruction(AbstractConstructionType abstractConstruction)Sets the "AbstractConstruction" elementvoidAbstractConstructionPropertyType. setAbstractConstruction(AbstractConstructionType abstractConstruction)Sets the "AbstractConstruction" element -
Uses of AbstractConstructionType in eu.europa.ec.inspire.schemas.buBase.x40.impl
Classes in eu.europa.ec.inspire.schemas.buBase.x40.impl that implement AbstractConstructionType Modifier and Type Class Description classAbstractBuildingTypeImplAn XML AbstractBuildingType(@http://inspire.ec.europa.eu/schemas/bu-base/4.0).classAbstractConstructionTypeImplAn XML AbstractConstructionType(@http://inspire.ec.europa.eu/schemas/bu-base/4.0).classBuildingPartTypeImplAn XML BuildingPartType(@http://inspire.ec.europa.eu/schemas/bu-base/4.0).classBuildingTypeImplAn XML BuildingType(@http://inspire.ec.europa.eu/schemas/bu-base/4.0).Methods in eu.europa.ec.inspire.schemas.buBase.x40.impl that return AbstractConstructionType Modifier and Type Method Description AbstractConstructionTypeAbstractConstructionDocumentImpl. addNewAbstractConstruction()Appends and returns a new empty "AbstractConstruction" elementAbstractConstructionTypeAbstractConstructionPropertyTypeImpl. addNewAbstractConstruction()Appends and returns a new empty "AbstractConstruction" elementAbstractConstructionTypeAbstractConstructionDocumentImpl. getAbstractConstruction()Gets the "AbstractConstruction" elementAbstractConstructionTypeAbstractConstructionPropertyTypeImpl. getAbstractConstruction()Gets the "AbstractConstruction" elementMethods in eu.europa.ec.inspire.schemas.buBase.x40.impl with parameters of type AbstractConstructionType Modifier and Type Method Description voidAbstractConstructionDocumentImpl. setAbstractConstruction(AbstractConstructionType abstractConstruction)Sets the "AbstractConstruction" elementvoidAbstractConstructionPropertyTypeImpl. setAbstractConstruction(AbstractConstructionType abstractConstruction)Sets the "AbstractConstruction" element
-