com.ibm.commerce.oagis9.datatypes

Interface ChangeStatusType

  • All Superinterfaces:
    com.ibm.commerce.oagis9.datatypes.StatusBasisType


    public interface ChangeStatusType
    extends com.ibm.commerce.oagis9.datatypes.StatusBasisType
    A representation of the model object 'Change Status Type'.

    The following features are supported:

    See Also:
    Oagis9Package.getChangeStatusType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.util.List getStateChange()
      Returns the value of the 'State Change' containment reference list.
      com.ibm.commerce.oagis9.datatypes.UserAreaType getUserArea()
      Returns the value of the 'User Area' containment reference.
      void setUserArea(com.ibm.commerce.oagis9.datatypes.UserAreaType value)
      Sets the value of the 'User Area' containment reference.
      • Methods inherited from interface com.ibm.commerce.oagis9.datatypes.StatusBasisType

        getCode, getDescription, getEffectiveDateTime, getReason, getReasonCode, setCode, setDescription, setEffectiveDateTime, setReasonCode
    • Method Detail

      • getStateChange

        java.util.List getStateChange()
        Returns the value of the 'State Change' containment reference list. The list contents are of type StateChangeType.

        If the meaning of the 'State Change' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'State Change' containment reference list.
        See Also:
        Oagis9Package.getChangeStatusType_StateChange()
      • getUserArea

        com.ibm.commerce.oagis9.datatypes.UserAreaType getUserArea()
        Returns the value of the 'User Area' containment reference. Allows the user of OAGIS to extend the specification in order to provide additional information that is not captured in OAGIS.
        Returns:
        the value of the 'User Area' containment reference.
        See Also:
        setUserArea(UserAreaType), Oagis9Package.getChangeStatusType_UserArea()
      • setUserArea

        void setUserArea(com.ibm.commerce.oagis9.datatypes.UserAreaType value)
        Sets the value of the 'User Area' containment reference.
        Parameters:
        value - the new value of the 'User Area' containment reference.
        See Also:
        getUserArea()