Interface ElementContainer


public interface ElementContainer
A representation of the model object 'Element Container'. This complexType is included as a convenience for schema authors who need to define a root or container element for all of the DC elements.

The following features are supported:

  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the value of the 'Any' containment reference list.
    Returns the value of the 'Any Group' attribute list.
    Returns the value of the 'Group' attribute list.
  • Method Details

    • getGroup

      MixedContent getGroup()
      Returns the value of the 'Group' attribute list.
      Returns:
      the value of the 'Group' attribute list.
    • getAnyGroup

      MixedContent getAnyGroup()
      Returns the value of the 'Any Group' attribute list.
      Returns:
      the value of the 'Any Group' attribute list.
    • getAny

      List<SimpleLiteral> getAny()
      Returns the value of the 'Any' containment reference list. The list contents are of type SimpleLiteral.
      Returns:
      the value of the 'Any' containment reference list.