org.apache.geronimo.xbeans.geronimo.naming
Interface GerServiceCompletionType

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

public interface GerServiceCompletionType
extends org.apache.xmlbeans.XmlObject

An XML service-completionType(@http://geronimo.apache.org/xml/ns/naming-1.2). This is a complex type.


Nested Class Summary
static class GerServiceCompletionType.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
 GerPortCompletionType addNewPortCompletion()
          Appends and returns a new empty value (as xml) as the last "port-completion" element
 GerPortCompletionType[] getPortCompletionArray()
          Gets array of all "port-completion" elements
 GerPortCompletionType getPortCompletionArray(int i)
          Gets ith "port-completion" element
 String getServiceName()
          Gets the "service-name" element
 GerPortCompletionType insertNewPortCompletion(int i)
          Inserts and returns a new empty value (as xml) as the ith "port-completion" element
 void removePortCompletion(int i)
          Removes the ith "port-completion" element
 void setPortCompletionArray(GerPortCompletionType[] portCompletionArray)
          Sets array of all "port-completion" element
 void setPortCompletionArray(int i, GerPortCompletionType portCompletion)
          Sets ith "port-completion" element
 void setServiceName(String serviceName)
          Sets the "service-name" element
 int sizeOfPortCompletionArray()
          Returns number of "port-completion" element
 org.apache.xmlbeans.XmlString xgetServiceName()
          Gets (as xml) the "service-name" element
 void xsetServiceName(org.apache.xmlbeans.XmlString serviceName)
          Sets (as xml) the "service-name" element
 
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
 
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
 

Field Detail

type

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

getServiceName

String getServiceName()
Gets the "service-name" element


xgetServiceName

org.apache.xmlbeans.XmlString xgetServiceName()
Gets (as xml) the "service-name" element


setServiceName

void setServiceName(String serviceName)
Sets the "service-name" element


xsetServiceName

void xsetServiceName(org.apache.xmlbeans.XmlString serviceName)
Sets (as xml) the "service-name" element


getPortCompletionArray

GerPortCompletionType[] getPortCompletionArray()
Gets array of all "port-completion" elements


getPortCompletionArray

GerPortCompletionType getPortCompletionArray(int i)
Gets ith "port-completion" element


sizeOfPortCompletionArray

int sizeOfPortCompletionArray()
Returns number of "port-completion" element


setPortCompletionArray

void setPortCompletionArray(GerPortCompletionType[] portCompletionArray)
Sets array of all "port-completion" element


setPortCompletionArray

void setPortCompletionArray(int i,
                            GerPortCompletionType portCompletion)
Sets ith "port-completion" element


insertNewPortCompletion

GerPortCompletionType insertNewPortCompletion(int i)
Inserts and returns a new empty value (as xml) as the ith "port-completion" element


addNewPortCompletion

GerPortCompletionType addNewPortCompletion()
Appends and returns a new empty value (as xml) as the last "port-completion" element


removePortCompletion

void removePortCompletion(int i)
Removes the ith "port-completion" element



Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.