com.ibm.websphere.wim.model

Interface RootType

    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.util.List getContexts()
      Returns the value of the 'Contexts' containment reference list.
      java.util.List getControls()
      Returns the value of the 'Controls' containment reference list.
      java.util.List getEntities()
      Returns the value of the 'Entities' containment reference list.
      SchemaType getSchema()
      Returns the value of the 'Schema' containment reference.
      boolean isSetValidated()
      Returns whether the value of the 'Validated' attribute is set.
      boolean isValidated()
      Returns the value of the 'Validated' attribute.
      void setSchema(SchemaType value)
      Sets the value of the 'Schema' containment reference.
      void setValidated(boolean value)
      Sets the value of the 'Validated' attribute.
      void unsetValidated()
      Unsets the value of the 'Validated' attribute.
    • Method Detail

      • getContexts

        java.util.List getContexts()
        Returns the value of the 'Contexts' containment reference list. The list contents are of type Context.
        See Also:
        ModelPackage.getRootType_Contexts()
        Model:
        type="com.ibm.websphere.wim.model.Context" containment="true" resolveProxies="false"
        Generated:
        Return:
        the value of the 'Contexts' containment reference list.
      • getEntities

        java.util.List getEntities()
        Returns the value of the 'Entities' containment reference list. The list contents are of type Entity.
        See Also:
        ModelPackage.getRootType_Entities()
        Model:
        type="com.ibm.websphere.wim.model.Entity" containment="true" resolveProxies="false"
        Generated:
        Return:
        the value of the 'Entities' containment reference list.
      • getControls

        java.util.List getControls()
        Returns the value of the 'Controls' containment reference list. The list contents are of type Control.
        See Also:
        ModelPackage.getRootType_Controls()
        Model:
        type="com.ibm.websphere.wim.model.Control" containment="true" resolveProxies="false"
        Generated:
        Return:
        the value of the 'Controls' containment reference list.
      • setSchema

        void setSchema(SchemaType value)
        Sets the value of the 'Schema' containment reference.
        Parameters:
        value - the new value of the 'Schema' containment reference.
        See Also:
        getSchema()
        Generated: