public class CAESamlInfo extends Object
Java class for CAESamlInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CAESamlInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="guid" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="valid" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="invalid_reason" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="caelogin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="caeid" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="expire_time" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
caeid |
protected String |
caelogin |
protected XMLGregorianCalendar |
expireTime |
protected String |
guid |
protected String |
invalidReason |
protected boolean |
valid |
| Constructor and Description |
|---|
CAESamlInfo() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getCaeid()
Gets the value of the caeid property.
|
String |
getCaelogin()
Gets the value of the caelogin property.
|
XMLGregorianCalendar |
getExpireTime()
Gets the value of the expireTime property.
|
String |
getGuid()
Gets the value of the guid property.
|
String |
getInvalidReason()
Gets the value of the invalidReason property.
|
boolean |
isValid()
Gets the value of the valid property.
|
void |
setCaeid(Integer value)
Sets the value of the caeid property.
|
void |
setCaelogin(String value)
Sets the value of the caelogin property.
|
void |
setExpireTime(XMLGregorianCalendar value)
Sets the value of the expireTime property.
|
void |
setGuid(String value)
Sets the value of the guid property.
|
void |
setInvalidReason(String value)
Sets the value of the invalidReason property.
|
void |
setValid(boolean value)
Sets the value of the valid property.
|
protected String guid
protected boolean valid
protected String invalidReason
protected String caelogin
protected Integer caeid
protected XMLGregorianCalendar expireTime
public String getGuid()
Stringpublic void setGuid(String value)
value - allowed object is
Stringpublic boolean isValid()
public void setValid(boolean value)
public String getInvalidReason()
Stringpublic void setInvalidReason(String value)
value - allowed object is
Stringpublic String getCaelogin()
Stringpublic void setCaelogin(String value)
value - allowed object is
Stringpublic Integer getCaeid()
Integerpublic void setCaeid(Integer value)
value - allowed object is
Integerpublic XMLGregorianCalendar getExpireTime()
XMLGregorianCalendarpublic void setExpireTime(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarCopyright © 2012 Computer-Aided Engineering, University of Wisconsin-Madison. All Rights Reserved.