|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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 |
|---|
java.lang.String getResType()
Stringvoid setResType(java.lang.String value)
value - allowed object is
Stringjava.lang.String getDescription()
Stringvoid setDescription(java.lang.String value)
value - allowed object is
Stringjava.lang.String getResAuth()
Stringvoid setResAuth(java.lang.String value)
value - allowed object is
Stringjava.lang.String getResSharingScope()
Stringvoid setResSharingScope(java.lang.String value)
value - allowed object is
Stringjava.lang.String getResRefName()
Stringvoid setResRefName(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||