org.cafesip.jiplet.config.jip
Interface ResourceRef


public interface ResourceRef

Java content class for ResourceRef 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 119)

 <complexType name="ResourceRef">
   <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="res-ref-name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="res-type" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="res-auth" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="res-sharing-scope" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getResAuth()
          Gets the value of the resAuth property.
 java.lang.String getResRefName()
          Gets the value of the resRefName property.
 java.lang.String getResSharingScope()
          Gets the value of the resSharingScope property.
 java.lang.String getResType()
          Gets the value of the resType property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setResAuth(java.lang.String value)
          Sets the value of the resAuth property.
 void setResRefName(java.lang.String value)
          Sets the value of the resRefName property.
 void setResSharingScope(java.lang.String value)
          Sets the value of the resSharingScope property.
 void setResType(java.lang.String value)
          Sets the value of the resType property.
 

Method Detail

getResType

java.lang.String getResType()
Gets the value of the resType property.

Returns:
possible object is String

setResType

void setResType(java.lang.String value)
Sets the value of the resType 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

getResAuth

java.lang.String getResAuth()
Gets the value of the resAuth property.

Returns:
possible object is String

setResAuth

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

Parameters:
value - allowed object is String

getResSharingScope

java.lang.String getResSharingScope()
Gets the value of the resSharingScope property.

Returns:
possible object is String

setResSharingScope

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

Parameters:
value - allowed object is String

getResRefName

java.lang.String getResRefName()
Gets the value of the resRefName property.

Returns:
possible object is String

setResRefName

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

Parameters:
value - allowed object is String


http://www.cafesip.org