public interface JMSPropertiesConfConfig
extends org.apache.xmlbeans.XmlObject
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | JMSPropertiesConfConfig.FactoryA factory class with static methods for creating instances
 of this type. | 
| Modifier and Type | Field and Description | 
|---|---|
| static org.apache.xmlbeans.SchemaType | type | 
| Modifier and Type | Method and Description | 
|---|---|
| JMSPropertyConfig | addNewJmsProperties()Appends and returns a new empty value (as xml) as the last "jmsProperties" element | 
| JMSPropertyConfig[] | getJmsPropertiesArray()Deprecated.   | 
| JMSPropertyConfig | getJmsPropertiesArray(int i)Gets ith "jmsProperties" element | 
| List<JMSPropertyConfig> | getJmsPropertiesList()Gets a List of "jmsProperties" elements | 
| JMSPropertyConfig | insertNewJmsProperties(int i)Inserts and returns a new empty value (as xml) as the ith "jmsProperties" element | 
| void | removeJmsProperties(int i)Removes the ith "jmsProperties" element | 
| void | setJmsPropertiesArray(int i,
                     JMSPropertyConfig jmsProperties)Sets ith "jmsProperties" element | 
| void | setJmsPropertiesArray(JMSPropertyConfig[] jmsPropertiesArray)Sets array of all "jmsProperties" element | 
| int | sizeOfJmsPropertiesArray()Returns number of "jmsProperties" element | 
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextList<JMSPropertyConfig> getJmsPropertiesList()
JMSPropertyConfig[] getJmsPropertiesArray()
JMSPropertyConfig getJmsPropertiesArray(int i)
int sizeOfJmsPropertiesArray()
void setJmsPropertiesArray(JMSPropertyConfig[] jmsPropertiesArray)
void setJmsPropertiesArray(int i,
                           JMSPropertyConfig jmsProperties)
JMSPropertyConfig insertNewJmsProperties(int i)
JMSPropertyConfig addNewJmsProperties()
void removeJmsProperties(int i)
Copyright © 2019. All Rights Reserved.