org.apache.geronimo.xbeans.geronimo.naming
Interface GerServiceRefType

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

public interface GerServiceRefType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class GerServiceRefType.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
 GerPortType addNewPort()
          Appends and returns a new empty value (as xml) as the last "port" element
 GerServiceCompletionType addNewServiceCompletion()
          Appends and returns a new empty "service-completion" element
 GerPortType[] getPortArray()
          Gets array of all "port" elements
 GerPortType getPortArray(int i)
          Gets ith "port" element
 GerServiceCompletionType getServiceCompletion()
          Gets the "service-completion" element
 String getServiceRefName()
          Gets the "service-ref-name" element
 GerPortType insertNewPort(int i)
          Inserts and returns a new empty value (as xml) as the ith "port" element
 boolean isSetServiceCompletion()
          True if has "service-completion" element
 void removePort(int i)
          Removes the ith "port" element
 void setPortArray(GerPortType[] portArray)
          Sets array of all "port" element
 void setPortArray(int i, GerPortType port)
          Sets ith "port" element
 void setServiceCompletion(GerServiceCompletionType serviceCompletion)
          Sets the "service-completion" element
 void setServiceRefName(String serviceRefName)
          Sets the "service-ref-name" element
 int sizeOfPortArray()
          Returns number of "port" element
 void unsetServiceCompletion()
          Unsets the "service-completion" element
 org.apache.xmlbeans.XmlString xgetServiceRefName()
          Gets (as xml) the "service-ref-name" element
 void xsetServiceRefName(org.apache.xmlbeans.XmlString serviceRefName)
          Sets (as xml) the "service-ref-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

getServiceRefName

String getServiceRefName()
Gets the "service-ref-name" element


xgetServiceRefName

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


setServiceRefName

void setServiceRefName(String serviceRefName)
Sets the "service-ref-name" element


xsetServiceRefName

void xsetServiceRefName(org.apache.xmlbeans.XmlString serviceRefName)
Sets (as xml) the "service-ref-name" element


getServiceCompletion

GerServiceCompletionType getServiceCompletion()
Gets the "service-completion" element


isSetServiceCompletion

boolean isSetServiceCompletion()
True if has "service-completion" element


setServiceCompletion

void setServiceCompletion(GerServiceCompletionType serviceCompletion)
Sets the "service-completion" element


addNewServiceCompletion

GerServiceCompletionType addNewServiceCompletion()
Appends and returns a new empty "service-completion" element


unsetServiceCompletion

void unsetServiceCompletion()
Unsets the "service-completion" element


getPortArray

GerPortType[] getPortArray()
Gets array of all "port" elements


getPortArray

GerPortType getPortArray(int i)
Gets ith "port" element


sizeOfPortArray

int sizeOfPortArray()
Returns number of "port" element


setPortArray

void setPortArray(GerPortType[] portArray)
Sets array of all "port" element


setPortArray

void setPortArray(int i,
                  GerPortType port)
Sets ith "port" element


insertNewPort

GerPortType insertNewPort(int i)
Inserts and returns a new empty value (as xml) as the ith "port" element


addNewPort

GerPortType addNewPort()
Appends and returns a new empty value (as xml) as the last "port" element


removePort

void removePort(int i)
Removes the ith "port" element



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