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()
AuthenticationSuccessType
public void setAuthenticationSuccess(AuthenticationSuccessType value)
value
- allowed object is
AuthenticationSuccessType
public AuthenticationFailureType getAuthenticationFailure()
AuthenticationFailureType
public void setAuthenticationFailure(AuthenticationFailureType value)
value
- allowed object is
AuthenticationFailureType
public ProxySuccessType getProxySuccess()
ProxySuccessType
public void setProxySuccess(ProxySuccessType value)
value
- allowed object is
ProxySuccessType
public ProxyFailureType getProxyFailure()
ProxyFailureType
public void setProxyFailure(ProxyFailureType value)
value
- allowed object is
ProxyFailureType
This work is licensed under a Creative Commons Attribution 4.0 International License.