|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.camel.registry.xml.generated.Entry
public class Entry
Java class for entry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="entry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="logicalName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="technicalName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
logicalName
|
protected java.lang.String |
technicalName
|
| Constructor Summary | |
|---|---|
Entry()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getLogicalName()
Gets the value of the logicalName property. |
java.lang.String |
getTechnicalName()
Gets the value of the technicalName property. |
void |
setLogicalName(java.lang.String value)
Sets the value of the logicalName property. |
void |
setTechnicalName(java.lang.String value)
Sets the value of the technicalName property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String logicalName
protected java.lang.String technicalName
| Constructor Detail |
|---|
public Entry()
| Method Detail |
|---|
public java.lang.String getLogicalName()
Stringpublic void setLogicalName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTechnicalName()
Stringpublic void setTechnicalName(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||