au.edu.jcu.hpc.srb.mcatext.srbauthz
Class GetAuthorizationResponse
java.lang.Object
au.edu.jcu.hpc.srb.mcatext.srbauthz.GetAuthorizationResponse
public class GetAuthorizationResponse
- extends java.lang.Object
Java class for getAuthorizationResponse element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="getAuthorizationResponse">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="authPairs" type="{http://auth.mcatext.srb.hpc.jcu.edu.au}AuthPair" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
authPairs
protected java.util.List<AuthPair> authPairs
GetAuthorizationResponse
public GetAuthorizationResponse()
getAuthPairs
public java.util.List<AuthPair> getAuthPairs()
- Gets the value of the authPairs property.
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 authPairs property.
For example, to add a new item, do as follows:
getAuthPairs().add(newItem);
Objects of the following type(s) are allowed in the list
AuthPair
Copyright © 2008. All Rights Reserved.