net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee
Class ActivationConfigPropertyType

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.ActivationConfigPropertyType
All Implemented Interfaces:
Serializable, Cloneable

public class ActivationConfigPropertyType
extends Object
implements Serializable, Cloneable

The activation-config-propertyType contains a name/value configuration property pair for a message-driven bean. The properties that are recognized for a particular message-driven bean are determined by the messaging type.

Java class for activation-config-propertyType complex type.

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

 <complexType name="activation-config-propertyType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="activation-config-property-name" type="{http://java.sun.com/xml/ns/javaee}xsdStringType"/>
         <element name="activation-config-property-value" type="{http://java.sun.com/xml/ns/javaee}xsdStringType"/>
       </sequence>
       <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  XsdStringType activationConfigPropertyName
           
protected  XsdStringType activationConfigPropertyValue
           
protected  String id
           
 
Constructor Summary
ActivationConfigPropertyType()
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.ActivationConfigPropertyType instance.
ActivationConfigPropertyType(ActivationConfigPropertyType o)
          Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.ActivationConfigPropertyType instance by copying a given instance.
 
Method Summary
 ActivationConfigPropertyType clone()
          Creates and returns a copy of this object.
 XsdStringType getActivationConfigPropertyName()
          Gets the value of the activationConfigPropertyName property.
 XsdStringType getActivationConfigPropertyValue()
          Gets the value of the activationConfigPropertyValue property.
 String getId()
          Gets the value of the id property.
 void setActivationConfigPropertyName(XsdStringType value)
          Sets the value of the activationConfigPropertyName property.
 void setActivationConfigPropertyValue(XsdStringType value)
          Sets the value of the activationConfigPropertyValue property.
 void setId(String value)
          Sets the value of the id property.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

activationConfigPropertyName

protected XsdStringType activationConfigPropertyName

activationConfigPropertyValue

protected XsdStringType activationConfigPropertyValue

id

protected String id
Constructor Detail

ActivationConfigPropertyType

public ActivationConfigPropertyType()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.ActivationConfigPropertyType instance.


ActivationConfigPropertyType

public ActivationConfigPropertyType(ActivationConfigPropertyType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.javaee.ActivationConfigPropertyType instance by copying a given instance.

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

getActivationConfigPropertyName

public XsdStringType getActivationConfigPropertyName()
Gets the value of the activationConfigPropertyName property.

Returns:
possible object is XsdStringType

setActivationConfigPropertyName

public void setActivationConfigPropertyName(XsdStringType value)
Sets the value of the activationConfigPropertyName property.

Parameters:
value - allowed object is XsdStringType

getActivationConfigPropertyValue

public XsdStringType getActivationConfigPropertyValue()
Gets the value of the activationConfigPropertyValue property.

Returns:
possible object is XsdStringType

setActivationConfigPropertyValue

public void setActivationConfigPropertyValue(XsdStringType value)
Sets the value of the activationConfigPropertyValue property.

Parameters:
value - allowed object is XsdStringType

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 ActivationConfigPropertyType 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.