|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jasmine.deployme.v2.generated.CarolType
public class CarolType
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 |
|---|
protected IiopType iiop
protected IrmiType irmi
protected JrmpType jrmp
protected String host
| Constructor Detail |
|---|
public CarolType()
| Method Detail |
|---|
public IiopType getIiop()
IiopTypepublic void setIiop(IiopType value)
value - allowed object is
IiopTypepublic IrmiType getIrmi()
IrmiTypepublic void setIrmi(IrmiType value)
value - allowed object is
IrmiTypepublic JrmpType getJrmp()
JrmpTypepublic void setJrmp(JrmpType value)
value - allowed object is
JrmpTypepublic String getHost()
Stringpublic void setHost(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||