org.apache.geronimo.xbeans.ejb
Interface ActivationConfigPropertyType

All Superinterfaces:
org.apache.xmlbeans.XmlObject, org.apache.xmlbeans.XmlTokenSource
All Known Implementing Classes:
ActivationConfigPropertyTypeImpl

public interface ActivationConfigPropertyType
extends org.apache.xmlbeans.XmlObject

An XML activation-config-propertyType(@http://java.sun.com/xml/ns/j2ee). This is a complex type.


Nested Class Summary
static class ActivationConfigPropertyType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 String getActivationConfigPropertyName()
          Gets the "activation-config-property-name" element
 String getActivationConfigPropertyValue()
          Gets the "activation-config-property-value" element
 void setActivationConfigPropertyName(String activationConfigPropertyName)
          Sets the "activation-config-property-name" element
 void setActivationConfigPropertyValue(String activationConfigPropertyValue)
          Sets the "activation-config-property-value" element
 org.apache.xmlbeans.XmlString xgetActivationConfigPropertyName()
          Gets (as xml) the "activation-config-property-name" element
 org.apache.xmlbeans.XmlString xgetActivationConfigPropertyValue()
          Gets (as xml) the "activation-config-property-value" element
 void xsetActivationConfigPropertyName(org.apache.xmlbeans.XmlString activationConfigPropertyName)
          Sets (as xml) the "activation-config-property-name" element
 void xsetActivationConfigPropertyValue(org.apache.xmlbeans.XmlString activationConfigPropertyValue)
          Sets (as xml) the "activation-config-property-value" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectPath, selectPath, set, setNil, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

public static final org.apache.xmlbeans.SchemaType type
Method Detail

getActivationConfigPropertyName

public String getActivationConfigPropertyName()
Gets the "activation-config-property-name" element


xgetActivationConfigPropertyName

public org.apache.xmlbeans.XmlString xgetActivationConfigPropertyName()
Gets (as xml) the "activation-config-property-name" element


setActivationConfigPropertyName

public void setActivationConfigPropertyName(String activationConfigPropertyName)
Sets the "activation-config-property-name" element


xsetActivationConfigPropertyName

public void xsetActivationConfigPropertyName(org.apache.xmlbeans.XmlString activationConfigPropertyName)
Sets (as xml) the "activation-config-property-name" element


getActivationConfigPropertyValue

public String getActivationConfigPropertyValue()
Gets the "activation-config-property-value" element


xgetActivationConfigPropertyValue

public org.apache.xmlbeans.XmlString xgetActivationConfigPropertyValue()
Gets (as xml) the "activation-config-property-value" element


setActivationConfigPropertyValue

public void setActivationConfigPropertyValue(String activationConfigPropertyValue)
Sets the "activation-config-property-value" element


xsetActivationConfigPropertyValue

public void xsetActivationConfigPropertyValue(org.apache.xmlbeans.XmlString activationConfigPropertyValue)
Sets (as xml) the "activation-config-property-value" element



Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.