net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee
Class RemoveMethodType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.RemoveMethodType
All Implemented Interfaces:
Serializable, Cloneable

public class RemoveMethodType
extends Object
implements Serializable, Cloneable

Java class for remove-methodType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="remove-methodType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="bean-method" type="{http://java.sun.com/xml/ns/javaee}named-methodType"/>
         <element name="retain-if-exception" type="{http://java.sun.com/xml/ns/javaee}true-falseType" minOccurs="0"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  NamedMethodType beanMethod
           
protected  String id
           
protected  TrueFalseType retainIfException
           
 
Constructor Summary
RemoveMethodType()
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.RemoveMethodType instance.
RemoveMethodType(RemoveMethodType o)
          Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.RemoveMethodType instance by copying a given instance.
 
Method Summary
 RemoveMethodType clone()
          Creates and returns a copy of this object.
 NamedMethodType getBeanMethod()
          Gets the value of the beanMethod property.
 String getId()
          Gets the value of the id property.
 TrueFalseType getRetainIfException()
          Gets the value of the retainIfException property.
 void setBeanMethod(NamedMethodType value)
          Sets the value of the beanMethod property.
 void setId(String value)
          Sets the value of the id property.
 void setRetainIfException(TrueFalseType value)
          Sets the value of the retainIfException property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

beanMethod

protected NamedMethodType beanMethod

retainIfException

protected TrueFalseType retainIfException

id

protected String id
Constructor Detail

RemoveMethodType

public RemoveMethodType()
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.RemoveMethodType instance.


RemoveMethodType

public RemoveMethodType(RemoveMethodType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.collections.valueclass.javaee.RemoveMethodType instance by copying a given instance.

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

getBeanMethod

public NamedMethodType getBeanMethod()
Gets the value of the beanMethod property.

Returns:
possible object is NamedMethodType

setBeanMethod

public void setBeanMethod(NamedMethodType value)
Sets the value of the beanMethod property.

Parameters:
value - allowed object is NamedMethodType

getRetainIfException

public TrueFalseType getRetainIfException()
Gets the value of the retainIfException property.

Returns:
possible object is TrueFalseType

setRetainIfException

public void setRetainIfException(TrueFalseType value)
Sets the value of the retainIfException property.

Parameters:
value - allowed object is TrueFalseType

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

clone

public RemoveMethodType 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.