org.apache.tuscany.sdo.model
Interface ChangeSummaryType

All Known Implementing Classes:
ChangeSummaryTypeImpl

public interface ChangeSummaryType

A representation of the model object 'Change Summary Type'.

The following features are supported:


Method Summary
 commonj.sdo.Sequence getAny()
          Returns the value of the 'Any' attribute list.
 java.lang.String getCreate()
          Returns the value of the 'Create' attribute.
 java.lang.String getDelete()
          Returns the value of the 'Delete' attribute.
 boolean isLogging()
          Returns the value of the 'Logging' attribute.
 boolean isSetLogging()
          Returns whether the value of the 'Logging' attribute is set.
 void setCreate(java.lang.String value)
          Sets the value of the 'Create' attribute.
 void setDelete(java.lang.String value)
          Sets the value of the 'Delete' attribute.
 void setLogging(boolean value)
          Sets the value of the 'Logging' attribute.
 void unsetLogging()
          Unsets the value of the 'Logging' attribute.
 

Method Detail

getAny

commonj.sdo.Sequence getAny()
Returns the value of the 'Any' attribute list.

If the meaning of the 'Any' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Any' attribute list.

getCreate

java.lang.String getCreate()
Returns the value of the 'Create' attribute.

If the meaning of the 'Create' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Create' attribute.
See Also:
setCreate(String)

setCreate

void setCreate(java.lang.String value)
Sets the value of the 'Create' attribute.

Parameters:
value - the new value of the 'Create' attribute.
See Also:
getCreate()

getDelete

java.lang.String getDelete()
Returns the value of the 'Delete' attribute.

If the meaning of the 'Delete' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Delete' attribute.
See Also:
setDelete(String)

setDelete

void setDelete(java.lang.String value)
Sets the value of the 'Delete' attribute.

Parameters:
value - the new value of the 'Delete' attribute.
See Also:
getDelete()

isLogging

boolean isLogging()
Returns the value of the 'Logging' attribute.

If the meaning of the 'Logging' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Logging' attribute.
See Also:
isSetLogging(), unsetLogging(), setLogging(boolean)

setLogging

void setLogging(boolean value)
Sets the value of the 'Logging' attribute.

Parameters:
value - the new value of the 'Logging' attribute.
See Also:
isSetLogging(), unsetLogging(), isLogging()

unsetLogging

void unsetLogging()
Unsets the value of the 'Logging' attribute.

See Also:
isSetLogging(), isLogging(), setLogging(boolean)

isSetLogging

boolean isSetLogging()
Returns whether the value of the 'Logging' attribute is set.

Returns:
whether the value of the 'Logging' attribute is set.
See Also:
unsetLogging(), isLogging(), setLogging(boolean)


Copyright © 2006 Apache Software Foundation. All Rights Reserved.