public class Ior
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.highqsoft.de/schema}properties" minOccurs="0"/>
<element ref="{http://www.highqsoft.de/schema}iorvalue"/>
</sequence>
<attribute name="corbaprotocol" type="{http://www.w3.org/2001/XMLSchema}string" default="" />
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
<attribute name="nameservicehost" type="{http://www.w3.org/2001/XMLSchema}string" default="localhost" />
<attribute name="nameserviceport" type="{http://www.w3.org/2001/XMLSchema}string" default="2809" />
<attribute name="orbimplementation" type="{http://www.w3.org/2001/XMLSchema}string" default="sunorb" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
corbaprotocol |
protected java.lang.String |
id |
protected java.lang.String |
iorvalue |
protected java.lang.String |
nameservicehost |
protected java.lang.String |
nameserviceport |
protected java.lang.String |
orbimplementation |
protected Properties |
properties |
| Constructor and Description |
|---|
Ior() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCorbaprotocol()
Gets the value of the corbaprotocol property.
|
java.lang.String |
getId()
Gets the value of the id property.
|
java.lang.String |
getIorvalue()
Gets the value of the iorvalue property.
|
java.lang.String |
getNameservicehost()
Gets the value of the nameservicehost property.
|
java.lang.String |
getNameserviceport()
Gets the value of the nameserviceport property.
|
java.lang.String |
getOrbimplementation()
Gets the value of the orbimplementation property.
|
Properties |
getProperties()
Gets the value of the properties property.
|
void |
setCorbaprotocol(java.lang.String value)
Sets the value of the corbaprotocol property.
|
void |
setId(java.lang.String value)
Sets the value of the id property.
|
void |
setIorvalue(java.lang.String value)
Sets the value of the iorvalue property.
|
void |
setNameservicehost(java.lang.String value)
Sets the value of the nameservicehost property.
|
void |
setNameserviceport(java.lang.String value)
Sets the value of the nameserviceport property.
|
void |
setOrbimplementation(java.lang.String value)
Sets the value of the orbimplementation property.
|
void |
setProperties(Properties value)
Sets the value of the properties property.
|
protected Properties properties
protected java.lang.String iorvalue
protected java.lang.String corbaprotocol
protected java.lang.String id
protected java.lang.String nameservicehost
protected java.lang.String nameserviceport
protected java.lang.String orbimplementation
public Properties getProperties()
Propertiespublic void setProperties(Properties value)
value - allowed object is
Propertiespublic java.lang.String getIorvalue()
Stringpublic void setIorvalue(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCorbaprotocol()
Stringpublic void setCorbaprotocol(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNameservicehost()
Stringpublic void setNameservicehost(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNameserviceport()
Stringpublic void setNameserviceport(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOrbimplementation()
Stringpublic void setOrbimplementation(java.lang.String value)
value - allowed object is
String