public class ServiceResponseType extends Object
Java class for ServiceResponseType complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="ServiceResponseType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element name="authenticationSuccess" type="{http://www.yale.edu/tp/cas}AuthenticationSuccessType"/>
         <element name="authenticationFailure" type="{http://www.yale.edu/tp/cas}AuthenticationFailureType"/>
         <element name="proxySuccess" type="{http://www.yale.edu/tp/cas}ProxySuccessType"/>
         <element name="proxyFailure" type="{http://www.yale.edu/tp/cas}ProxyFailureType"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
protected AuthenticationFailureType | 
authenticationFailure  | 
protected AuthenticationSuccessType | 
authenticationSuccess  | 
protected ProxyFailureType | 
proxyFailure  | 
protected ProxySuccessType | 
proxySuccess  | 
| Constructor and Description | 
|---|
ServiceResponseType()  | 
| Modifier and Type | Method and Description | 
|---|---|
AuthenticationFailureType | 
getAuthenticationFailure()
Gets the value of the authenticationFailure property. 
 | 
AuthenticationSuccessType | 
getAuthenticationSuccess()
Gets the value of the authenticationSuccess property. 
 | 
ProxyFailureType | 
getProxyFailure()
Gets the value of the proxyFailure property. 
 | 
ProxySuccessType | 
getProxySuccess()
Gets the value of the proxySuccess property. 
 | 
void | 
setAuthenticationFailure(AuthenticationFailureType value)
Sets the value of the authenticationFailure property. 
 | 
void | 
setAuthenticationSuccess(AuthenticationSuccessType value)
Sets the value of the authenticationSuccess property. 
 | 
void | 
setProxyFailure(ProxyFailureType value)
Sets the value of the proxyFailure property. 
 | 
void | 
setProxySuccess(ProxySuccessType value)
Sets the value of the proxySuccess property. 
 | 
protected AuthenticationSuccessType authenticationSuccess
protected AuthenticationFailureType authenticationFailure
protected ProxySuccessType proxySuccess
protected ProxyFailureType proxyFailure
public AuthenticationSuccessType getAuthenticationSuccess()
AuthenticationSuccessTypepublic void setAuthenticationSuccess(AuthenticationSuccessType value)
value - allowed object is
     AuthenticationSuccessTypepublic AuthenticationFailureType getAuthenticationFailure()
AuthenticationFailureTypepublic void setAuthenticationFailure(AuthenticationFailureType value)
value - allowed object is
     AuthenticationFailureTypepublic ProxySuccessType getProxySuccess()
ProxySuccessTypepublic void setProxySuccess(ProxySuccessType value)
value - allowed object is
     ProxySuccessTypepublic ProxyFailureType getProxyFailure()
ProxyFailureTypepublic void setProxyFailure(ProxyFailureType value)
value - allowed object is
     ProxyFailureTypeThis work is licensed under a Creative Commons Attribution 4.0 International License.