org.cafesip.jiplet.config.jip
Interface EnvEntry


public interface EnvEntry

Java content class for EnvEntry complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/C:/Users/beckie/workspace/jiplet/conf/jip_2.0.xsd line 110)

 <complexType name="EnvEntry">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="env-entry-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="env-entry-value" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="env-entry-type" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getEnvEntryName()
          Gets the value of the envEntryName property.
 java.lang.String getEnvEntryType()
          Gets the value of the envEntryType property.
 java.lang.String getEnvEntryValue()
          Gets the value of the envEntryValue property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setEnvEntryName(java.lang.String value)
          Sets the value of the envEntryName property.
 void setEnvEntryType(java.lang.String value)
          Sets the value of the envEntryType property.
 void setEnvEntryValue(java.lang.String value)
          Sets the value of the envEntryValue property.
 

Method Detail

getEnvEntryType

java.lang.String getEnvEntryType()
Gets the value of the envEntryType property.

Returns:
possible object is String

setEnvEntryType

void setEnvEntryType(java.lang.String value)
Sets the value of the envEntryType property.

Parameters:
value - allowed object is String

getDescription

java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getEnvEntryValue

java.lang.String getEnvEntryValue()
Gets the value of the envEntryValue property.

Returns:
possible object is String

setEnvEntryValue

void setEnvEntryValue(java.lang.String value)
Sets the value of the envEntryValue property.

Parameters:
value - allowed object is String

getEnvEntryName

java.lang.String getEnvEntryName()
Gets the value of the envEntryName property.

Returns:
possible object is String

setEnvEntryName

void setEnvEntryName(java.lang.String value)
Sets the value of the envEntryName property.

Parameters:
value - allowed object is String


http://www.cafesip.org