Interface XALDocument.XAL

  • All Superinterfaces:
    org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
    All Known Implementing Classes:
    XALDocumentImpl.XALImpl
    Enclosing interface:
    XALDocument

    public static interface XALDocument.XAL
    extends org.apache.xmlbeans.XmlObject
    An XML xAL(@urn:oasis:names:tc:ciq:xsdschema:xAL:2.0). This is a complex type.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  XALDocument.XAL.Factory
      A factory class with static methods for creating instances of this 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
      AddressDetails addNewAddressDetails()
      Appends and returns a new empty value (as xml) as the last "AddressDetails" element
      org.apache.xmlbeans.XmlAnySimpleType addNewVersion()
      Appends and returns a new empty "Version" attribute
      AddressDetails[] getAddressDetailsArray()
      Gets array of all "AddressDetails" elements
      AddressDetails getAddressDetailsArray​(int i)
      Gets ith "AddressDetails" element
      org.apache.xmlbeans.XmlAnySimpleType getVersion()
      Gets the "Version" attribute
      AddressDetails insertNewAddressDetails​(int i)
      Inserts and returns a new empty value (as xml) as the ith "AddressDetails" element
      boolean isSetVersion()
      True if has "Version" attribute
      void removeAddressDetails​(int i)
      Removes the ith "AddressDetails" element
      void setAddressDetailsArray​(int i, AddressDetails addressDetails)
      Sets ith "AddressDetails" element
      void setAddressDetailsArray​(AddressDetails[] addressDetailsArray)
      Sets array of all "AddressDetails" element
      void setVersion​(org.apache.xmlbeans.XmlAnySimpleType version)
      Sets the "Version" attribute
      int sizeOfAddressDetailsArray()
      Returns number of "AddressDetails" element
      void unsetVersion()
      Unsets the "Version" attribute
      • 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

      • getAddressDetailsArray

        AddressDetails[] getAddressDetailsArray()
        Gets array of all "AddressDetails" elements
      • getAddressDetailsArray

        AddressDetails getAddressDetailsArray​(int i)
        Gets ith "AddressDetails" element
      • sizeOfAddressDetailsArray

        int sizeOfAddressDetailsArray()
        Returns number of "AddressDetails" element
      • setAddressDetailsArray

        void setAddressDetailsArray​(AddressDetails[] addressDetailsArray)
        Sets array of all "AddressDetails" element
      • setAddressDetailsArray

        void setAddressDetailsArray​(int i,
                                    AddressDetails addressDetails)
        Sets ith "AddressDetails" element
      • insertNewAddressDetails

        AddressDetails insertNewAddressDetails​(int i)
        Inserts and returns a new empty value (as xml) as the ith "AddressDetails" element
      • addNewAddressDetails

        AddressDetails addNewAddressDetails()
        Appends and returns a new empty value (as xml) as the last "AddressDetails" element
      • removeAddressDetails

        void removeAddressDetails​(int i)
        Removes the ith "AddressDetails" element
      • getVersion

        org.apache.xmlbeans.XmlAnySimpleType getVersion()
        Gets the "Version" attribute
      • isSetVersion

        boolean isSetVersion()
        True if has "Version" attribute
      • setVersion

        void setVersion​(org.apache.xmlbeans.XmlAnySimpleType version)
        Sets the "Version" attribute
      • addNewVersion

        org.apache.xmlbeans.XmlAnySimpleType addNewVersion()
        Appends and returns a new empty "Version" attribute
      • unsetVersion

        void unsetVersion()
        Unsets the "Version" attribute