net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl
Class ApplicationExceptionTypeImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.ApplicationExceptionTypeImpl
All Implemented Interfaces:
Serializable, Cloneable, ApplicationExceptionType

public class ApplicationExceptionTypeImpl
extends Object
implements Serializable, Cloneable, ApplicationExceptionType

See Also:
Serialized Form

Field Summary
protected  FullyQualifiedClassTypeImpl exceptionClass
           
protected  String id
           
protected  TrueFalseTypeImpl rollback
           
 
Constructor Summary
ApplicationExceptionTypeImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.ApplicationExceptionTypeImpl instance.
ApplicationExceptionTypeImpl(ApplicationExceptionTypeImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.ApplicationExceptionTypeImpl instance by copying a given instance.
 
Method Summary
 ApplicationExceptionTypeImpl clone()
          Creates and returns a copy of this object.
 FullyQualifiedClassType getExceptionClass()
          Gets the value of the exceptionClass property.
 String getId()
          Gets the value of the id property.
 TrueFalseType getRollback()
          Gets the value of the rollback property.
 void setExceptionClass(FullyQualifiedClassType value)
          Sets the value of the exceptionClass property.
 void setId(String value)
          Sets the value of the id property.
 void setRollback(TrueFalseType value)
          Sets the value of the rollback property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exceptionClass

protected FullyQualifiedClassTypeImpl exceptionClass

rollback

protected TrueFalseTypeImpl rollback

id

protected String id
Constructor Detail

ApplicationExceptionTypeImpl

public ApplicationExceptionTypeImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.ApplicationExceptionTypeImpl instance.


ApplicationExceptionTypeImpl

public ApplicationExceptionTypeImpl(ApplicationExceptionTypeImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl.ApplicationExceptionTypeImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getExceptionClass

public FullyQualifiedClassType getExceptionClass()
Description copied from interface: ApplicationExceptionType
Gets the value of the exceptionClass property.

Specified by:
getExceptionClass in interface ApplicationExceptionType
Returns:
possible object is FullyQualifiedClassType

setExceptionClass

public void setExceptionClass(FullyQualifiedClassType value)
Description copied from interface: ApplicationExceptionType
Sets the value of the exceptionClass property.

Specified by:
setExceptionClass in interface ApplicationExceptionType
Parameters:
value - allowed object is FullyQualifiedClassType

getRollback

public TrueFalseType getRollback()
Description copied from interface: ApplicationExceptionType
Gets the value of the rollback property.

Specified by:
getRollback in interface ApplicationExceptionType
Returns:
possible object is TrueFalseType

setRollback

public void setRollback(TrueFalseType value)
Description copied from interface: ApplicationExceptionType
Sets the value of the rollback property.

Specified by:
setRollback in interface ApplicationExceptionType
Parameters:
value - allowed object is TrueFalseType

getId

public String getId()
Description copied from interface: ApplicationExceptionType
Gets the value of the id property.

Specified by:
getId in interface ApplicationExceptionType
Returns:
possible object is String

setId

public void setId(String value)
Description copied from interface: ApplicationExceptionType
Sets the value of the id property.

Specified by:
setId in interface ApplicationExceptionType
Parameters:
value - allowed object is String

clone

public ApplicationExceptionTypeImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class Object
Returns:
A clone of this instance.


Copyright © 2009 The CC-XJC Community. All Rights Reserved.