org.apache.geronimo.xbeans.j2ee
Interface MessageDestinationRefType

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

public interface MessageDestinationRefType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class MessageDestinationRefType.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
 DescriptionType addNewDescription()
          Appends and returns a new empty value (as xml) as the last "description" element
 DescriptionType[] getDescriptionArray()
          Gets array of all "description" elements
 DescriptionType getDescriptionArray(int i)
          Gets ith "description" element
 String getMessageDestinationLink()
          Gets the "message-destination-link" element
 String getMessageDestinationRefName()
          Gets the "message-destination-ref-name" element
 String getMessageDestinationType()
          Gets the "message-destination-type" element
 MessageDestinationUsageType.Enum getMessageDestinationUsage()
          Gets the "message-destination-usage" element
 DescriptionType insertNewDescription(int i)
          Inserts and returns a new empty value (as xml) as the ith "description" element
 boolean isSetMessageDestinationLink()
          True if has "message-destination-link" element
 void removeDescription(int i)
          Removes the ith "description" element
 void setDescriptionArray(DescriptionType[] descriptionArray)
          Sets array of all "description" element
 void setDescriptionArray(int i, DescriptionType description)
          Sets ith "description" element
 void setMessageDestinationLink(String messageDestinationLink)
          Sets the "message-destination-link" element
 void setMessageDestinationRefName(String messageDestinationRefName)
          Sets the "message-destination-ref-name" element
 void setMessageDestinationType(String messageDestinationType)
          Sets the "message-destination-type" element
 void setMessageDestinationUsage(MessageDestinationUsageType.Enum messageDestinationUsage)
          Sets the "message-destination-usage" element
 int sizeOfDescriptionArray()
          Returns number of "description" element
 void unsetMessageDestinationLink()
          Unsets the "message-destination-link" element
 MessageDestinationLinkType xgetMessageDestinationLink()
          Gets (as xml) the "message-destination-link" element
 JndiNameType xgetMessageDestinationRefName()
          Gets (as xml) the "message-destination-ref-name" element
 MessageDestinationTypeType xgetMessageDestinationType()
          Gets (as xml) the "message-destination-type" element
 MessageDestinationUsageType xgetMessageDestinationUsage()
          Gets (as xml) the "message-destination-usage" element
 void xsetMessageDestinationLink(MessageDestinationLinkType messageDestinationLink)
          Sets (as xml) the "message-destination-link" element
 void xsetMessageDestinationRefName(JndiNameType messageDestinationRefName)
          Sets (as xml) the "message-destination-ref-name" element
 void xsetMessageDestinationType(MessageDestinationTypeType messageDestinationType)
          Sets (as xml) the "message-destination-type" element
 void xsetMessageDestinationUsage(MessageDestinationUsageType messageDestinationUsage)
          Sets (as xml) the "message-destination-usage" 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

getDescriptionArray

public DescriptionType[] getDescriptionArray()
Gets array of all "description" elements


getDescriptionArray

public DescriptionType getDescriptionArray(int i)
Gets ith "description" element


sizeOfDescriptionArray

public int sizeOfDescriptionArray()
Returns number of "description" element


setDescriptionArray

public void setDescriptionArray(DescriptionType[] descriptionArray)
Sets array of all "description" element


setDescriptionArray

public void setDescriptionArray(int i,
                                DescriptionType description)
Sets ith "description" element


insertNewDescription

public DescriptionType insertNewDescription(int i)
Inserts and returns a new empty value (as xml) as the ith "description" element


addNewDescription

public DescriptionType addNewDescription()
Appends and returns a new empty value (as xml) as the last "description" element


removeDescription

public void removeDescription(int i)
Removes the ith "description" element


getMessageDestinationRefName

public String getMessageDestinationRefName()
Gets the "message-destination-ref-name" element


xgetMessageDestinationRefName

public JndiNameType xgetMessageDestinationRefName()
Gets (as xml) the "message-destination-ref-name" element


setMessageDestinationRefName

public void setMessageDestinationRefName(String messageDestinationRefName)
Sets the "message-destination-ref-name" element


xsetMessageDestinationRefName

public void xsetMessageDestinationRefName(JndiNameType messageDestinationRefName)
Sets (as xml) the "message-destination-ref-name" element


getMessageDestinationType

public String getMessageDestinationType()
Gets the "message-destination-type" element


xgetMessageDestinationType

public MessageDestinationTypeType xgetMessageDestinationType()
Gets (as xml) the "message-destination-type" element


setMessageDestinationType

public void setMessageDestinationType(String messageDestinationType)
Sets the "message-destination-type" element


xsetMessageDestinationType

public void xsetMessageDestinationType(MessageDestinationTypeType messageDestinationType)
Sets (as xml) the "message-destination-type" element


getMessageDestinationUsage

public MessageDestinationUsageType.Enum getMessageDestinationUsage()
Gets the "message-destination-usage" element


xgetMessageDestinationUsage

public MessageDestinationUsageType xgetMessageDestinationUsage()
Gets (as xml) the "message-destination-usage" element


setMessageDestinationUsage

public void setMessageDestinationUsage(MessageDestinationUsageType.Enum messageDestinationUsage)
Sets the "message-destination-usage" element


xsetMessageDestinationUsage

public void xsetMessageDestinationUsage(MessageDestinationUsageType messageDestinationUsage)
Sets (as xml) the "message-destination-usage" element


getMessageDestinationLink

public String getMessageDestinationLink()
Gets the "message-destination-link" element


xgetMessageDestinationLink

public MessageDestinationLinkType xgetMessageDestinationLink()
Gets (as xml) the "message-destination-link" element


isSetMessageDestinationLink

public boolean isSetMessageDestinationLink()
True if has "message-destination-link" element


setMessageDestinationLink

public void setMessageDestinationLink(String messageDestinationLink)
Sets the "message-destination-link" element


xsetMessageDestinationLink

public void xsetMessageDestinationLink(MessageDestinationLinkType messageDestinationLink)
Sets (as xml) the "message-destination-link" element


unsetMessageDestinationLink

public void unsetMessageDestinationLink()
Unsets the "message-destination-link" element



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