Interface UnionDocument.Union

All Superinterfaces:
Annotated, OpenAttrs, XmlObject, XmlTokenSource
All Known Implementing Classes:
UnionDocumentImpl.UnionImpl
Enclosing interface:
UnionDocument

public static interface UnionDocument.Union extends Annotated
An XML union(@http://www.w3.org/2001/XMLSchema). This is a complex type.
  • Field Details

  • Method Details

    • getSimpleTypeList

      List<LocalSimpleType> getSimpleTypeList()
      Gets a List of "simpleType" elements
    • getSimpleTypeArray

      LocalSimpleType[] getSimpleTypeArray()
      Gets array of all "simpleType" elements
    • getSimpleTypeArray

      LocalSimpleType getSimpleTypeArray(int i)
      Gets ith "simpleType" element
    • sizeOfSimpleTypeArray

      int sizeOfSimpleTypeArray()
      Returns number of "simpleType" element
    • setSimpleTypeArray

      void setSimpleTypeArray(LocalSimpleType[] simpleTypeArray)
      Sets array of all "simpleType" element
    • setSimpleTypeArray

      void setSimpleTypeArray(int i, LocalSimpleType simpleType)
      Sets ith "simpleType" element
    • insertNewSimpleType

      LocalSimpleType insertNewSimpleType(int i)
      Inserts and returns a new empty value (as xml) as the ith "simpleType" element
    • addNewSimpleType

      LocalSimpleType addNewSimpleType()
      Appends and returns a new empty value (as xml) as the last "simpleType" element
    • removeSimpleType

      void removeSimpleType(int i)
      Removes the ith "simpleType" element
    • getMemberTypes

      List getMemberTypes()
      Gets the "memberTypes" attribute
    • xgetMemberTypes

      Gets (as xml) the "memberTypes" attribute
    • isSetMemberTypes

      boolean isSetMemberTypes()
      True if has "memberTypes" attribute
    • setMemberTypes

      void setMemberTypes(List memberTypes)
      Sets the "memberTypes" attribute
    • xsetMemberTypes

      void xsetMemberTypes(UnionDocument.Union.MemberTypes memberTypes)
      Sets (as xml) the "memberTypes" attribute
    • unsetMemberTypes

      void unsetMemberTypes()
      Unsets the "memberTypes" attribute