public class GetVerificationInfoResponse extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CAESamlInfo" type="{http://caeauth.cae.wisc.edu/ws/messages}CAESamlInfo"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected CAESamlInfo |
caeSamlInfo |
| Constructor and Description |
|---|
GetVerificationInfoResponse() |
| Modifier and Type | Method and Description |
|---|---|
CAESamlInfo |
getCAESamlInfo()
Gets the value of the caeSamlInfo property.
|
void |
setCAESamlInfo(CAESamlInfo value)
Sets the value of the caeSamlInfo property.
|
protected CAESamlInfo caeSamlInfo
public CAESamlInfo getCAESamlInfo()
CAESamlInfopublic void setCAESamlInfo(CAESamlInfo value)
value - allowed object is
CAESamlInfoCopyright © 2012 Computer-Aided Engineering, University of Wisconsin-Madison. All Rights Reserved.