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