Interface ContactInfoDocument.ContactInfo.Phone

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    ContactInfoDocumentImpl.ContactInfoImpl.PhoneImpl
    Enclosing interface:
    ContactInfoDocument.ContactInfo

    public static interface ContactInfoDocument.ContactInfo.Phone
    extends org.apache.xmlbeans.XmlObject
    An XML phone(@http://www.opengis.net/sensorML/1.0.1). This is a complex type.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.apache.xmlbeans.SchemaType type  
      • Fields inherited from interface org.apache.xmlbeans.XmlObject

        EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addFacsimile​(String facsimile)
      Appends the value as the last "facsimile" element
      org.apache.xmlbeans.XmlString addNewFacsimile()
      Appends and returns a new empty value (as xml) as the last "facsimile" element
      org.apache.xmlbeans.XmlString addNewVoice()
      Appends and returns a new empty value (as xml) as the last "voice" element
      void addVoice​(String voice)
      Appends the value as the last "voice" element
      String[] getFacsimileArray()
      Gets array of all "facsimile" elements
      String getFacsimileArray​(int i)
      Gets ith "facsimile" element
      String[] getVoiceArray()
      Gets array of all "voice" elements
      String getVoiceArray​(int i)
      Gets ith "voice" element
      void insertFacsimile​(int i, String facsimile)
      Inserts the value as the ith "facsimile" element
      org.apache.xmlbeans.XmlString insertNewFacsimile​(int i)
      Inserts and returns a new empty value (as xml) as the ith "facsimile" element
      org.apache.xmlbeans.XmlString insertNewVoice​(int i)
      Inserts and returns a new empty value (as xml) as the ith "voice" element
      void insertVoice​(int i, String voice)
      Inserts the value as the ith "voice" element
      void removeFacsimile​(int i)
      Removes the ith "facsimile" element
      void removeVoice​(int i)
      Removes the ith "voice" element
      void setFacsimileArray​(int i, String facsimile)
      Sets ith "facsimile" element
      void setFacsimileArray​(String[] facsimileArray)
      Sets array of all "facsimile" element
      void setVoiceArray​(int i, String voice)
      Sets ith "voice" element
      void setVoiceArray​(String[] voiceArray)
      Sets array of all "voice" element
      int sizeOfFacsimileArray()
      Returns number of "facsimile" element
      int sizeOfVoiceArray()
      Returns number of "voice" element
      org.apache.xmlbeans.XmlString[] xgetFacsimileArray()
      Gets (as xml) array of all "facsimile" elements
      org.apache.xmlbeans.XmlString xgetFacsimileArray​(int i)
      Gets (as xml) ith "facsimile" element
      org.apache.xmlbeans.XmlString[] xgetVoiceArray()
      Gets (as xml) array of all "voice" elements
      org.apache.xmlbeans.XmlString xgetVoiceArray​(int i)
      Gets (as xml) ith "voice" element
      void xsetFacsimileArray​(int i, org.apache.xmlbeans.XmlString facsimile)
      Sets (as xml) ith "facsimile" element
      void xsetFacsimileArray​(org.apache.xmlbeans.XmlString[] facsimileArray)
      Sets (as xml) array of all "facsimile" element
      void xsetVoiceArray​(int i, org.apache.xmlbeans.XmlString voice)
      Sets (as xml) ith "voice" element
      void xsetVoiceArray​(org.apache.xmlbeans.XmlString[] voiceArray)
      Sets (as xml) array of all "voice" element
      • Methods inherited from interface org.apache.xmlbeans.XmlObject

        changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
      • Methods inherited from interface org.apache.xmlbeans.XmlTokenSource

        documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
    • Field Detail

      • type

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

      • getVoiceArray

        String[] getVoiceArray()
        Gets array of all "voice" elements
      • getVoiceArray

        String getVoiceArray​(int i)
        Gets ith "voice" element
      • xgetVoiceArray

        org.apache.xmlbeans.XmlString[] xgetVoiceArray()
        Gets (as xml) array of all "voice" elements
      • xgetVoiceArray

        org.apache.xmlbeans.XmlString xgetVoiceArray​(int i)
        Gets (as xml) ith "voice" element
      • sizeOfVoiceArray

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

        void setVoiceArray​(String[] voiceArray)
        Sets array of all "voice" element
      • setVoiceArray

        void setVoiceArray​(int i,
                           String voice)
        Sets ith "voice" element
      • xsetVoiceArray

        void xsetVoiceArray​(org.apache.xmlbeans.XmlString[] voiceArray)
        Sets (as xml) array of all "voice" element
      • xsetVoiceArray

        void xsetVoiceArray​(int i,
                            org.apache.xmlbeans.XmlString voice)
        Sets (as xml) ith "voice" element
      • insertVoice

        void insertVoice​(int i,
                         String voice)
        Inserts the value as the ith "voice" element
      • addVoice

        void addVoice​(String voice)
        Appends the value as the last "voice" element
      • insertNewVoice

        org.apache.xmlbeans.XmlString insertNewVoice​(int i)
        Inserts and returns a new empty value (as xml) as the ith "voice" element
      • addNewVoice

        org.apache.xmlbeans.XmlString addNewVoice()
        Appends and returns a new empty value (as xml) as the last "voice" element
      • removeVoice

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

        String[] getFacsimileArray()
        Gets array of all "facsimile" elements
      • getFacsimileArray

        String getFacsimileArray​(int i)
        Gets ith "facsimile" element
      • xgetFacsimileArray

        org.apache.xmlbeans.XmlString[] xgetFacsimileArray()
        Gets (as xml) array of all "facsimile" elements
      • xgetFacsimileArray

        org.apache.xmlbeans.XmlString xgetFacsimileArray​(int i)
        Gets (as xml) ith "facsimile" element
      • sizeOfFacsimileArray

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

        void setFacsimileArray​(String[] facsimileArray)
        Sets array of all "facsimile" element
      • setFacsimileArray

        void setFacsimileArray​(int i,
                               String facsimile)
        Sets ith "facsimile" element
      • xsetFacsimileArray

        void xsetFacsimileArray​(org.apache.xmlbeans.XmlString[] facsimileArray)
        Sets (as xml) array of all "facsimile" element
      • xsetFacsimileArray

        void xsetFacsimileArray​(int i,
                                org.apache.xmlbeans.XmlString facsimile)
        Sets (as xml) ith "facsimile" element
      • insertFacsimile

        void insertFacsimile​(int i,
                             String facsimile)
        Inserts the value as the ith "facsimile" element
      • addFacsimile

        void addFacsimile​(String facsimile)
        Appends the value as the last "facsimile" element
      • insertNewFacsimile

        org.apache.xmlbeans.XmlString insertNewFacsimile​(int i)
        Inserts and returns a new empty value (as xml) as the ith "facsimile" element
      • addNewFacsimile

        org.apache.xmlbeans.XmlString 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