Uses of Interface
eu.europa.ec.inspire.schemas.buBase.x40.AbstractConstructionType.Name
-
Packages that use AbstractConstructionType.Name Package Description eu.europa.ec.inspire.schemas.buBase.x40 eu.europa.ec.inspire.schemas.buBase.x40.impl -
-
Uses of AbstractConstructionType.Name in eu.europa.ec.inspire.schemas.buBase.x40
Methods in eu.europa.ec.inspire.schemas.buBase.x40 that return AbstractConstructionType.Name Modifier and Type Method Description AbstractConstructionType.NameAbstractConstructionType. addNewName2()Appends and returns a new empty value (as xml) as the last "name" elementAbstractConstructionType.Name[]AbstractConstructionType. getName2Array()Gets array of all "name" elementsAbstractConstructionType.NameAbstractConstructionType. getName2Array(int i)Gets ith "name" elementAbstractConstructionType.NameAbstractConstructionType. insertNewName2(int i)Inserts and returns a new empty value (as xml) as the ith "name" elementstatic AbstractConstructionType.NameAbstractConstructionType.Name.Factory. newInstance()static AbstractConstructionType.NameAbstractConstructionType.Name.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in eu.europa.ec.inspire.schemas.buBase.x40 with parameters of type AbstractConstructionType.Name Modifier and Type Method Description voidAbstractConstructionType. setName2Array(int i, AbstractConstructionType.Name name2)Sets ith "name" elementvoidAbstractConstructionType. setName2Array(AbstractConstructionType.Name[] name2Array)Sets array of all "name" element -
Uses of AbstractConstructionType.Name in eu.europa.ec.inspire.schemas.buBase.x40.impl
Classes in eu.europa.ec.inspire.schemas.buBase.x40.impl that implement AbstractConstructionType.Name Modifier and Type Class Description static classAbstractConstructionTypeImpl.NameImplAn XML name(@http://inspire.ec.europa.eu/schemas/bu-base/4.0).Methods in eu.europa.ec.inspire.schemas.buBase.x40.impl that return AbstractConstructionType.Name Modifier and Type Method Description AbstractConstructionType.NameAbstractConstructionTypeImpl. addNewName2()Appends and returns a new empty value (as xml) as the last "name" elementAbstractConstructionType.Name[]AbstractConstructionTypeImpl. getName2Array()Gets array of all "name" elementsAbstractConstructionType.NameAbstractConstructionTypeImpl. getName2Array(int i)Gets ith "name" elementAbstractConstructionType.NameAbstractConstructionTypeImpl. insertNewName2(int i)Inserts and returns a new empty value (as xml) as the ith "name" elementMethods in eu.europa.ec.inspire.schemas.buBase.x40.impl with parameters of type AbstractConstructionType.Name Modifier and Type Method Description voidAbstractConstructionTypeImpl. setName2Array(int i, AbstractConstructionType.Name name2)Sets ith "name" elementvoidAbstractConstructionTypeImpl. setName2Array(AbstractConstructionType.Name[] name2Array)Sets array of all "name" element
-