org.cafesip.jiplet.config.jip
Interface ResourceEnvRef


public interface ResourceEnvRef

Java content class for ResourceEnvRef 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 129)

 <complexType name="ResourceEnvRef">
   <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="resource-env-ref-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="resource-env-ref-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 getResourceEnvRefName()
          Gets the value of the resourceEnvRefName property.
 java.lang.String getResourceEnvRefType()
          Gets the value of the resourceEnvRefType property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setResourceEnvRefName(java.lang.String value)
          Sets the value of the resourceEnvRefName property.
 void setResourceEnvRefType(java.lang.String value)
          Sets the value of the resourceEnvRefType property.
 

Method Detail

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

getResourceEnvRefType

java.lang.String getResourceEnvRefType()
Gets the value of the resourceEnvRefType property.

Returns:
possible object is String

setResourceEnvRefType

void setResourceEnvRefType(java.lang.String value)
Sets the value of the resourceEnvRefType property.

Parameters:
value - allowed object is String

getResourceEnvRefName

java.lang.String getResourceEnvRefName()
Gets the value of the resourceEnvRefName property.

Returns:
possible object is String

setResourceEnvRefName

void setResourceEnvRefName(java.lang.String value)
Sets the value of the resourceEnvRefName property.

Parameters:
value - allowed object is String


http://www.cafesip.org