org.apache.geronimo.xbeans.j2ee
Interface ActivationspecType

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

public interface ActivationspecType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class ActivationspecType.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
 RequiredConfigPropertyType addNewRequiredConfigProperty()
          Appends and returns a new empty value (as xml) as the last "required-config-property" element
 String getActivationspecClass()
          Gets the "activationspec-class" element
 RequiredConfigPropertyType[] getRequiredConfigPropertyArray()
          Gets array of all "required-config-property" elements
 RequiredConfigPropertyType getRequiredConfigPropertyArray(int i)
          Gets ith "required-config-property" element
 RequiredConfigPropertyType insertNewRequiredConfigProperty(int i)
          Inserts and returns a new empty value (as xml) as the ith "required-config-property" element
 void removeRequiredConfigProperty(int i)
          Removes the ith "required-config-property" element
 void setActivationspecClass(String activationspecClass)
          Sets the "activationspec-class" element
 void setRequiredConfigPropertyArray(int i, RequiredConfigPropertyType requiredConfigProperty)
          Sets ith "required-config-property" element
 void setRequiredConfigPropertyArray(RequiredConfigPropertyType[] requiredConfigPropertyArray)
          Sets array of all "required-config-property" element
 int sizeOfRequiredConfigPropertyArray()
          Returns number of "required-config-property" element
 FullyQualifiedClassType xgetActivationspecClass()
          Gets (as xml) the "activationspec-class" element
 void xsetActivationspecClass(FullyQualifiedClassType activationspecClass)
          Sets (as xml) the "activationspec-class" 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

getActivationspecClass

public String getActivationspecClass()
Gets the "activationspec-class" element


xgetActivationspecClass

public FullyQualifiedClassType xgetActivationspecClass()
Gets (as xml) the "activationspec-class" element


setActivationspecClass

public void setActivationspecClass(String activationspecClass)
Sets the "activationspec-class" element


xsetActivationspecClass

public void xsetActivationspecClass(FullyQualifiedClassType activationspecClass)
Sets (as xml) the "activationspec-class" element


getRequiredConfigPropertyArray

public RequiredConfigPropertyType[] getRequiredConfigPropertyArray()
Gets array of all "required-config-property" elements


getRequiredConfigPropertyArray

public RequiredConfigPropertyType getRequiredConfigPropertyArray(int i)
Gets ith "required-config-property" element


sizeOfRequiredConfigPropertyArray

public int sizeOfRequiredConfigPropertyArray()
Returns number of "required-config-property" element


setRequiredConfigPropertyArray

public void setRequiredConfigPropertyArray(RequiredConfigPropertyType[] requiredConfigPropertyArray)
Sets array of all "required-config-property" element


setRequiredConfigPropertyArray

public void setRequiredConfigPropertyArray(int i,
                                           RequiredConfigPropertyType requiredConfigProperty)
Sets ith "required-config-property" element


insertNewRequiredConfigProperty

public RequiredConfigPropertyType insertNewRequiredConfigProperty(int i)
Inserts and returns a new empty value (as xml) as the ith "required-config-property" element


addNewRequiredConfigProperty

public RequiredConfigPropertyType addNewRequiredConfigProperty()
Appends and returns a new empty value (as xml) as the last "required-config-property" element


removeRequiredConfigProperty

public void removeRequiredConfigProperty(int i)
Removes the ith "required-config-property" element



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