Uses of Interface
eu.europa.ec.inspire.schemas.ad.x40.AddressRepresentationType.Thoroughfare
-
Packages that use AddressRepresentationType.Thoroughfare Package Description eu.europa.ec.inspire.schemas.ad.x40 eu.europa.ec.inspire.schemas.ad.x40.impl -
-
Uses of AddressRepresentationType.Thoroughfare in eu.europa.ec.inspire.schemas.ad.x40
Methods in eu.europa.ec.inspire.schemas.ad.x40 that return AddressRepresentationType.Thoroughfare Modifier and Type Method Description AddressRepresentationType.ThoroughfareAddressRepresentationType. addNewThoroughfare()Appends and returns a new empty value (as xml) as the last "thoroughfare" elementAddressRepresentationType.Thoroughfare[]AddressRepresentationType. getThoroughfareArray()Gets array of all "thoroughfare" elementsAddressRepresentationType.ThoroughfareAddressRepresentationType. getThoroughfareArray(int i)Gets ith "thoroughfare" elementAddressRepresentationType.ThoroughfareAddressRepresentationType. insertNewThoroughfare(int i)Inserts and returns a new empty value (as xml) as the ith "thoroughfare" elementstatic AddressRepresentationType.ThoroughfareAddressRepresentationType.Thoroughfare.Factory. newInstance()static AddressRepresentationType.ThoroughfareAddressRepresentationType.Thoroughfare.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in eu.europa.ec.inspire.schemas.ad.x40 with parameters of type AddressRepresentationType.Thoroughfare Modifier and Type Method Description voidAddressRepresentationType. setThoroughfareArray(int i, AddressRepresentationType.Thoroughfare thoroughfare)Sets ith "thoroughfare" elementvoidAddressRepresentationType. setThoroughfareArray(AddressRepresentationType.Thoroughfare[] thoroughfareArray)Sets array of all "thoroughfare" element -
Uses of AddressRepresentationType.Thoroughfare in eu.europa.ec.inspire.schemas.ad.x40.impl
Classes in eu.europa.ec.inspire.schemas.ad.x40.impl that implement AddressRepresentationType.Thoroughfare Modifier and Type Class Description static classAddressRepresentationTypeImpl.ThoroughfareImplAn XML thoroughfare(@http://inspire.ec.europa.eu/schemas/ad/4.0).Methods in eu.europa.ec.inspire.schemas.ad.x40.impl that return AddressRepresentationType.Thoroughfare Modifier and Type Method Description AddressRepresentationType.ThoroughfareAddressRepresentationTypeImpl. addNewThoroughfare()Appends and returns a new empty value (as xml) as the last "thoroughfare" elementAddressRepresentationType.Thoroughfare[]AddressRepresentationTypeImpl. getThoroughfareArray()Gets array of all "thoroughfare" elementsAddressRepresentationType.ThoroughfareAddressRepresentationTypeImpl. getThoroughfareArray(int i)Gets ith "thoroughfare" elementAddressRepresentationType.ThoroughfareAddressRepresentationTypeImpl. insertNewThoroughfare(int i)Inserts and returns a new empty value (as xml) as the ith "thoroughfare" elementMethods in eu.europa.ec.inspire.schemas.ad.x40.impl with parameters of type AddressRepresentationType.Thoroughfare Modifier and Type Method Description voidAddressRepresentationTypeImpl. setThoroughfareArray(int i, AddressRepresentationType.Thoroughfare thoroughfare)Sets ith "thoroughfare" elementvoidAddressRepresentationTypeImpl. setThoroughfareArray(AddressRepresentationType.Thoroughfare[] thoroughfareArray)Sets array of all "thoroughfare" element
-