org.ow2.jasmine.deployme.v2.generated
Class CarolType

java.lang.Object
  extended by org.ow2.jasmine.deployme.v2.generated.CarolType

public class CarolType
extends Object

Describe JOnAS CAROL registry configuration. Example:

Java class for carolType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="carolType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="iiop" type="{http://jasmine.ow2.org/deployme-2.0}iiopType" minOccurs="0"/>
         <element name="irmi" type="{http://jasmine.ow2.org/deployme-2.0}irmiType" minOccurs="0"/>
         <element name="jrmp" type="{http://jasmine.ow2.org/deployme-2.0}jrmpType" minOccurs="0"/>
       </all>
       <attribute name="host" type="{http://www.w3.org/2001/XMLSchema}token" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String host
           
protected  IiopType iiop
           
protected  IrmiType irmi
           
protected  JrmpType jrmp
           
 
Constructor Summary
CarolType()
           
 
Method Summary
 String getHost()
          Gets the value of the host property.
 IiopType getIiop()
          Gets the value of the iiop property.
 IrmiType getIrmi()
          Gets the value of the irmi property.
 JrmpType getJrmp()
          Gets the value of the jrmp property.
 void setHost(String value)
          Sets the value of the host property.
 void setIiop(IiopType value)
          Sets the value of the iiop property.
 void setIrmi(IrmiType value)
          Sets the value of the irmi property.
 void setJrmp(JrmpType value)
          Sets the value of the jrmp property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

iiop

protected IiopType iiop

irmi

protected IrmiType irmi

jrmp

protected JrmpType jrmp

host

protected String host
Constructor Detail

CarolType

public CarolType()
Method Detail

getIiop

public IiopType getIiop()
Gets the value of the iiop property.

Returns:
possible object is IiopType

setIiop

public void setIiop(IiopType value)
Sets the value of the iiop property.

Parameters:
value - allowed object is IiopType

getIrmi

public IrmiType getIrmi()
Gets the value of the irmi property.

Returns:
possible object is IrmiType

setIrmi

public void setIrmi(IrmiType value)
Sets the value of the irmi property.

Parameters:
value - allowed object is IrmiType

getJrmp

public JrmpType getJrmp()
Gets the value of the jrmp property.

Returns:
possible object is JrmpType

setJrmp

public void setJrmp(JrmpType value)
Sets the value of the jrmp property.

Parameters:
value - allowed object is JrmpType

getHost

public String getHost()
Gets the value of the host property.

Returns:
possible object is String

setHost

public void setHost(String value)
Sets the value of the host property.

Parameters:
value - allowed object is String


Copyright © 2012 OW2 Consortium. All Rights Reserved.