Interface CITelephoneType

  • All Superinterfaces:
    AbstractObjectType, org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    CITelephoneTypeImpl

    public interface CITelephoneType
    extends AbstractObjectType
    An XML CI_Telephone_Type(@http://www.isotc211.org/2005/gmd). This is a complex type.
    • Field Detail

      • type

        static final org.apache.xmlbeans.SchemaType type
    • Method Detail

      • sizeOfVoiceArray

        int sizeOfVoiceArray()
        Returns number of "voice" element
      • insertNewVoice

        CharacterStringPropertyType insertNewVoice​(int i)
        Inserts and returns a new empty value (as xml) as the ith "voice" element
      • removeVoice

        void removeVoice​(int i)
        Removes the ith "voice" element
      • sizeOfFacsimileArray

        int sizeOfFacsimileArray()
        Returns number of "facsimile" element
      • insertNewFacsimile

        CharacterStringPropertyType insertNewFacsimile​(int i)
        Inserts and returns a new empty value (as xml) as the ith "facsimile" element
      • addNewFacsimile

        CharacterStringPropertyType addNewFacsimile()
        Appends and returns a new empty value (as xml) as the last "facsimile" element
      • removeFacsimile

        void removeFacsimile​(int i)
        Removes the ith "facsimile" element