|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.edu.jcu.hpc.srb.mcatext.srbauthz.GetAuthorizationRequest
public class GetAuthorizationRequest
Java class for getAuthorizationRequest element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="getAuthorizationRequest">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="dn" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="paths" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Field Summary | |
|---|---|
protected java.lang.String |
dn
|
protected java.util.List<java.lang.String> |
paths
|
| Constructor Summary | |
|---|---|
GetAuthorizationRequest()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getDn()
Gets the value of the dn property. |
java.util.List<java.lang.String> |
getPaths()
Gets the value of the paths property. |
void |
setDn(java.lang.String value)
Sets the value of the dn 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 dn
protected java.util.List<java.lang.String> paths
| Constructor Detail |
|---|
public GetAuthorizationRequest()
| Method Detail |
|---|
public java.lang.String getDn()
Stringpublic void setDn(java.lang.String value)
value - allowed object is
Stringpublic java.util.List<java.lang.String> getPaths()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the paths property.
For example, to add a new item, do as follows:
getPaths().add(newItem);
Objects of the following type(s) are allowed in the list
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||