Uses of Interface
eu.europa.ec.inspire.schemas.base2.x20.ContactType.TelephoneVoice
-
Packages that use ContactType.TelephoneVoice Package Description eu.europa.ec.inspire.schemas.base2.x20 eu.europa.ec.inspire.schemas.base2.x20.impl -
-
Uses of ContactType.TelephoneVoice in eu.europa.ec.inspire.schemas.base2.x20
Methods in eu.europa.ec.inspire.schemas.base2.x20 that return ContactType.TelephoneVoice Modifier and Type Method Description ContactType.TelephoneVoiceContactType. addNewTelephoneVoice()Appends and returns a new empty value (as xml) as the last "telephoneVoice" elementContactType.TelephoneVoice[]ContactType. getTelephoneVoiceArray()Gets array of all "telephoneVoice" elementsContactType.TelephoneVoiceContactType. getTelephoneVoiceArray(int i)Gets ith "telephoneVoice" elementContactType.TelephoneVoiceContactType. insertNewTelephoneVoice(int i)Inserts and returns a new empty value (as xml) as the ith "telephoneVoice" elementstatic ContactType.TelephoneVoiceContactType.TelephoneVoice.Factory. newInstance()static ContactType.TelephoneVoiceContactType.TelephoneVoice.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Methods in eu.europa.ec.inspire.schemas.base2.x20 with parameters of type ContactType.TelephoneVoice Modifier and Type Method Description voidContactType. setTelephoneVoiceArray(int i, ContactType.TelephoneVoice telephoneVoice)Sets ith "telephoneVoice" elementvoidContactType. setTelephoneVoiceArray(ContactType.TelephoneVoice[] telephoneVoiceArray)Sets array of all "telephoneVoice" element -
Uses of ContactType.TelephoneVoice in eu.europa.ec.inspire.schemas.base2.x20.impl
Classes in eu.europa.ec.inspire.schemas.base2.x20.impl that implement ContactType.TelephoneVoice Modifier and Type Class Description static classContactTypeImpl.TelephoneVoiceImplAn XML telephoneVoice(@http://inspire.ec.europa.eu/schemas/base2/2.0).Methods in eu.europa.ec.inspire.schemas.base2.x20.impl that return ContactType.TelephoneVoice Modifier and Type Method Description ContactType.TelephoneVoiceContactTypeImpl. addNewTelephoneVoice()Appends and returns a new empty value (as xml) as the last "telephoneVoice" elementContactType.TelephoneVoice[]ContactTypeImpl. getTelephoneVoiceArray()Gets array of all "telephoneVoice" elementsContactType.TelephoneVoiceContactTypeImpl. getTelephoneVoiceArray(int i)Gets ith "telephoneVoice" elementContactType.TelephoneVoiceContactTypeImpl. insertNewTelephoneVoice(int i)Inserts and returns a new empty value (as xml) as the ith "telephoneVoice" elementMethods in eu.europa.ec.inspire.schemas.base2.x20.impl with parameters of type ContactType.TelephoneVoice Modifier and Type Method Description voidContactTypeImpl. setTelephoneVoiceArray(int i, ContactType.TelephoneVoice telephoneVoice)Sets ith "telephoneVoice" elementvoidContactTypeImpl. setTelephoneVoiceArray(ContactType.TelephoneVoice[] telephoneVoiceArray)Sets array of all "telephoneVoice" element
-