Uses of Interface
eu.europa.ec.inspire.schemas.buBase.x40.AbstractConstructionType.ExternalReference
-
Packages that use AbstractConstructionType.ExternalReference Package Description eu.europa.ec.inspire.schemas.buBase.x40 eu.europa.ec.inspire.schemas.buBase.x40.impl -
-
Uses of AbstractConstructionType.ExternalReference in eu.europa.ec.inspire.schemas.buBase.x40
Methods in eu.europa.ec.inspire.schemas.buBase.x40 that return AbstractConstructionType.ExternalReference Modifier and Type Method Description AbstractConstructionType.ExternalReferenceAbstractConstructionType. addNewExternalReference()Appends and returns a new empty value (as xml) as the last "externalReference" elementAbstractConstructionType.ExternalReference[]AbstractConstructionType. getExternalReferenceArray()Gets array of all "externalReference" elementsAbstractConstructionType.ExternalReferenceAbstractConstructionType. getExternalReferenceArray(int i)Gets ith "externalReference" elementAbstractConstructionType.ExternalReferenceAbstractConstructionType. insertNewExternalReference(int i)Inserts and returns a new empty value (as xml) as the ith "externalReference" elementstatic AbstractConstructionType.ExternalReferenceAbstractConstructionType.ExternalReference.Factory. newInstance()static AbstractConstructionType.ExternalReferenceAbstractConstructionType.ExternalReference.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in eu.europa.ec.inspire.schemas.buBase.x40 with parameters of type AbstractConstructionType.ExternalReference Modifier and Type Method Description voidAbstractConstructionType. setExternalReferenceArray(int i, AbstractConstructionType.ExternalReference externalReference)Sets ith "externalReference" elementvoidAbstractConstructionType. setExternalReferenceArray(AbstractConstructionType.ExternalReference[] externalReferenceArray)Sets array of all "externalReference" element -
Uses of AbstractConstructionType.ExternalReference in eu.europa.ec.inspire.schemas.buBase.x40.impl
Classes in eu.europa.ec.inspire.schemas.buBase.x40.impl that implement AbstractConstructionType.ExternalReference Modifier and Type Class Description static classAbstractConstructionTypeImpl.ExternalReferenceImplAn XML externalReference(@http://inspire.ec.europa.eu/schemas/bu-base/4.0).Methods in eu.europa.ec.inspire.schemas.buBase.x40.impl that return AbstractConstructionType.ExternalReference Modifier and Type Method Description AbstractConstructionType.ExternalReferenceAbstractConstructionTypeImpl. addNewExternalReference()Appends and returns a new empty value (as xml) as the last "externalReference" elementAbstractConstructionType.ExternalReference[]AbstractConstructionTypeImpl. getExternalReferenceArray()Gets array of all "externalReference" elementsAbstractConstructionType.ExternalReferenceAbstractConstructionTypeImpl. getExternalReferenceArray(int i)Gets ith "externalReference" elementAbstractConstructionType.ExternalReferenceAbstractConstructionTypeImpl. insertNewExternalReference(int i)Inserts and returns a new empty value (as xml) as the ith "externalReference" elementMethods in eu.europa.ec.inspire.schemas.buBase.x40.impl with parameters of type AbstractConstructionType.ExternalReference Modifier and Type Method Description voidAbstractConstructionTypeImpl. setExternalReferenceArray(int i, AbstractConstructionType.ExternalReference externalReference)Sets ith "externalReference" elementvoidAbstractConstructionTypeImpl. setExternalReferenceArray(AbstractConstructionType.ExternalReference[] externalReferenceArray)Sets array of all "externalReference" element
-