org.ow2.jonas.camel.registry.xml.generated
Class Entry

java.lang.Object
  extended by org.ow2.jonas.camel.registry.xml.generated.Entry

public class Entry
extends java.lang.Object

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

logicalName

protected java.lang.String logicalName

technicalName

protected java.lang.String technicalName
Constructor Detail

Entry

public Entry()
Method Detail

getLogicalName

public java.lang.String getLogicalName()
Gets the value of the logicalName property.

Returns:
possible object is String

setLogicalName

public void setLogicalName(java.lang.String value)
Sets the value of the logicalName property.

Parameters:
value - allowed object is String

getTechnicalName

public java.lang.String getTechnicalName()
Gets the value of the technicalName property.

Returns:
possible object is String

setTechnicalName

public void setTechnicalName(java.lang.String value)
Sets the value of the technicalName property.

Parameters:
value - allowed object is String



Copyright © 2010 OW2 Consortium. All Rights Reserved.
Apache Camel version 2.3.0, OW2 JOnAS version 5.2.0-M2-SR1