|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.edu.jcu.hpc.srb.mcatext.auth.AuthPair
public class AuthPair
Java class for AuthPair complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AuthPair">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="path" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="permission" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
path
|
protected java.lang.String |
permission
|
| Constructor Summary | |
|---|---|
AuthPair()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getPath()
Gets the value of the path property. |
java.lang.String |
getPermission()
Gets the value of the permission property. |
void |
setPath(java.lang.String value)
Sets the value of the path property. |
void |
setPermission(java.lang.String value)
Sets the value of the permission property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String path
protected java.lang.String permission
| Constructor Detail |
|---|
public AuthPair()
| Method Detail |
|---|
public java.lang.String getPath()
Stringpublic void setPath(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPermission()
Stringpublic void setPermission(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 | |||||||||