org.apache.geronimo.xbeans.geronimo.naming
Interface GerPortType

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

public interface GerPortType
extends org.apache.xmlbeans.XmlObject

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


Nested Class Summary
static class GerPortType.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
 String getCredentialsName()
          Gets the "credentials-name" element
 String getHost()
          Gets the "host" element
 int getPort()
          Gets the "port" element
 String getPortName()
          Gets the "port-name" element
 String getProtocol()
          Gets the "protocol" element
 String getUri()
          Gets the "uri" element
 boolean isSetCredentialsName()
          True if has "credentials-name" element
 boolean isSetHost()
          True if has "host" element
 boolean isSetPort()
          True if has "port" element
 boolean isSetProtocol()
          True if has "protocol" element
 void setCredentialsName(String credentialsName)
          Sets the "credentials-name" element
 void setHost(String host)
          Sets the "host" element
 void setPort(int port)
          Sets the "port" element
 void setPortName(String portName)
          Sets the "port-name" element
 void setProtocol(String protocol)
          Sets the "protocol" element
 void setUri(String uri)
          Sets the "uri" element
 void unsetCredentialsName()
          Unsets the "credentials-name" element
 void unsetHost()
          Unsets the "host" element
 void unsetPort()
          Unsets the "port" element
 void unsetProtocol()
          Unsets the "protocol" element
 org.apache.xmlbeans.XmlString xgetCredentialsName()
          Gets (as xml) the "credentials-name" element
 org.apache.xmlbeans.XmlString xgetHost()
          Gets (as xml) the "host" element
 org.apache.xmlbeans.XmlInt xgetPort()
          Gets (as xml) the "port" element
 org.apache.xmlbeans.XmlString xgetPortName()
          Gets (as xml) the "port-name" element
 org.apache.xmlbeans.XmlString xgetProtocol()
          Gets (as xml) the "protocol" element
 org.apache.xmlbeans.XmlString xgetUri()
          Gets (as xml) the "uri" element
 void xsetCredentialsName(org.apache.xmlbeans.XmlString credentialsName)
          Sets (as xml) the "credentials-name" element
 void xsetHost(org.apache.xmlbeans.XmlString host)
          Sets (as xml) the "host" element
 void xsetPort(org.apache.xmlbeans.XmlInt port)
          Sets (as xml) the "port" element
 void xsetPortName(org.apache.xmlbeans.XmlString portName)
          Sets (as xml) the "port-name" element
 void xsetProtocol(org.apache.xmlbeans.XmlString protocol)
          Sets (as xml) the "protocol" element
 void xsetUri(org.apache.xmlbeans.XmlString uri)
          Sets (as xml) the "uri" 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

getPortName

String getPortName()
Gets the "port-name" element


xgetPortName

org.apache.xmlbeans.XmlString xgetPortName()
Gets (as xml) the "port-name" element


setPortName

void setPortName(String portName)
Sets the "port-name" element


xsetPortName

void xsetPortName(org.apache.xmlbeans.XmlString portName)
Sets (as xml) the "port-name" element


getProtocol

String getProtocol()
Gets the "protocol" element


xgetProtocol

org.apache.xmlbeans.XmlString xgetProtocol()
Gets (as xml) the "protocol" element


isSetProtocol

boolean isSetProtocol()
True if has "protocol" element


setProtocol

void setProtocol(String protocol)
Sets the "protocol" element


xsetProtocol

void xsetProtocol(org.apache.xmlbeans.XmlString protocol)
Sets (as xml) the "protocol" element


unsetProtocol

void unsetProtocol()
Unsets the "protocol" element


getHost

String getHost()
Gets the "host" element


xgetHost

org.apache.xmlbeans.XmlString xgetHost()
Gets (as xml) the "host" element


isSetHost

boolean isSetHost()
True if has "host" element


setHost

void setHost(String host)
Sets the "host" element


xsetHost

void xsetHost(org.apache.xmlbeans.XmlString host)
Sets (as xml) the "host" element


unsetHost

void unsetHost()
Unsets the "host" element


getPort

int getPort()
Gets the "port" element


xgetPort

org.apache.xmlbeans.XmlInt xgetPort()
Gets (as xml) the "port" element


isSetPort

boolean isSetPort()
True if has "port" element


setPort

void setPort(int port)
Sets the "port" element


xsetPort

void xsetPort(org.apache.xmlbeans.XmlInt port)
Sets (as xml) the "port" element


unsetPort

void unsetPort()
Unsets the "port" element


getUri

String getUri()
Gets the "uri" element


xgetUri

org.apache.xmlbeans.XmlString xgetUri()
Gets (as xml) the "uri" element


setUri

void setUri(String uri)
Sets the "uri" element


xsetUri

void xsetUri(org.apache.xmlbeans.XmlString uri)
Sets (as xml) the "uri" element


getCredentialsName

String getCredentialsName()
Gets the "credentials-name" element


xgetCredentialsName

org.apache.xmlbeans.XmlString xgetCredentialsName()
Gets (as xml) the "credentials-name" element


isSetCredentialsName

boolean isSetCredentialsName()
True if has "credentials-name" element


setCredentialsName

void setCredentialsName(String credentialsName)
Sets the "credentials-name" element


xsetCredentialsName

void xsetCredentialsName(org.apache.xmlbeans.XmlString credentialsName)
Sets (as xml) the "credentials-name" element


unsetCredentialsName

void unsetCredentialsName()
Unsets the "credentials-name" element



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