net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee
Interface RemoveMethodType

All Known Implementing Classes:
RemoveMethodTypeImpl

public interface RemoveMethodType

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>
 


Method Summary
 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.
 

Method Detail

getBeanMethod

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

Returns:
possible object is NamedMethodType

setBeanMethod

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

Parameters:
value - allowed object is NamedMethodType

getRetainIfException

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

Returns:
possible object is TrueFalseType

setRetainIfException

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

Parameters:
value - allowed object is TrueFalseType

getId

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

Returns:
possible object is String

setId

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

Parameters:
value - allowed object is String


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