|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.castor.cpa.test.framework.xml.Transaction
public class Transaction
Class Transaction.
| Constructor Summary | |
|---|---|
Transaction()
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Returns the value of field 'description'. |
Manager |
getManager()
Returns the value of field 'manager'. |
TransactionModeType |
getMode()
Returns the value of field 'mode'. |
String |
getName()
Returns the value of field 'name'. |
boolean |
isValid()
Method isValid. |
void |
marshal(ContentHandler handler)
|
void |
marshal(Writer out)
|
void |
setDescription(String description)
Sets the value of field 'description'. |
void |
setManager(Manager manager)
Sets the value of field 'manager'. |
void |
setMode(TransactionModeType mode)
Sets the value of field 'mode'. |
void |
setName(String name)
Sets the value of field 'name'. |
static Transaction |
unmarshal(Reader reader)
Method unmarshal. |
void |
validate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Transaction()
| Method Detail |
|---|
public String getDescription()
public Manager getManager()
public TransactionModeType getMode()
public String getName()
public boolean isValid()
public void marshal(Writer out)
throws MarshalException,
ValidationException
out -
MarshalException - if object is
null or if any SAXException is thrown during marshaling
ValidationException - if this
object is an invalid instance according to the schema
public void marshal(ContentHandler handler)
throws IOException,
MarshalException,
ValidationException
handler -
IOException - if an IOException occurs during
marshaling
ValidationException - if this
object is an invalid instance according to the schema
MarshalException - if object is
null or if any SAXException is thrown during marshalingpublic void setDescription(String description)
description - the value of field 'description'.public void setManager(Manager manager)
manager - the value of field 'manager'.public void setMode(TransactionModeType mode)
mode - the value of field 'mode'.public void setName(String name)
name - the value of field 'name'.
public static Transaction unmarshal(Reader reader)
throws MarshalException,
ValidationException
reader -
MarshalException - if object is
null or if any SAXException is thrown during marshaling
ValidationException - if this
object is an invalid instance according to the schema
public void validate()
throws ValidationException
ValidationException - if this
object is an invalid instance according to the schema
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||