org.cafesip.jiplet.config.jip
Interface SubdomainOperation


public interface SubdomainOperation

Java content class for SubdomainOperation 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/mapping_2.0.xsd line 91)

 <complexType name="SubdomainOperation">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="var" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="value" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getValue()
          Gets the value of the value property.
 java.lang.String getVar()
          Gets the value of the var property.
 void setValue(java.lang.String value)
          Sets the value of the value property.
 void setVar(java.lang.String value)
          Sets the value of the var property.
 

Method Detail

getValue

java.lang.String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

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

Parameters:
value - allowed object is String

getVar

java.lang.String getVar()
Gets the value of the var property.

Returns:
possible object is String

setVar

void setVar(java.lang.String value)
Sets the value of the var property.

Parameters:
value - allowed object is String


http://www.cafesip.org