| java.lang.Object | |
| ↳ | com.workday.integrations.IntegrationSystemUserDataType |
Integration System User Data element
Java class for Integration_System_User_DataType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Integration_System_User_DataType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Integration_System_Reference" type="{urn:com.workday/bsvc}Integration_System__Audited_ObjectType" minOccurs="0"/>
<element name="User_Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Password" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Require_New_Password_At_Next_Sign_In" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Session_Timeout_Minutes" minOccurs="0">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}decimal">
<totalDigits value="3"/>
<minInclusive value="0"/>
<fractionDigits value="0"/>
</restriction>
</simpleType>
</element>
<element name="Web_Service_Security_Configuration_Data" type="{urn:com.workday/bsvc}Web_Service_Security_Configuration_DataType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| integrationSystemReference | |||||||||||
| password | |||||||||||
| requireNewPasswordAtNextSignIn | |||||||||||
| sessionTimeoutMinutes | |||||||||||
| userName | |||||||||||
| webServiceSecurityConfigurationData | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the integrationSystemReference property.
| |||||||||||
Gets the value of the password property.
| |||||||||||
Gets the value of the requireNewPasswordAtNextSignIn property.
| |||||||||||
Gets the value of the sessionTimeoutMinutes property.
| |||||||||||
Gets the value of the userName property.
| |||||||||||
Gets the value of the webServiceSecurityConfigurationData property.
| |||||||||||
Sets the value of the integrationSystemReference property.
| |||||||||||
Sets the value of the password property.
| |||||||||||
Sets the value of the requireNewPasswordAtNextSignIn property.
| |||||||||||
Sets the value of the sessionTimeoutMinutes property.
| |||||||||||
Sets the value of the userName property.
| |||||||||||
Sets the value of the webServiceSecurityConfigurationData property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the integrationSystemReference property.
IntegrationSystemAuditedObjectType
Gets the value of the password property.
Gets the value of the requireNewPasswordAtNextSignIn property. This getter has been renamed from isRequireNewPasswordAtNextSignIn() to getRequireNewPasswordAtNextSignIn() by cxf-xjc-boolean plugin.
Gets the value of the sessionTimeoutMinutes property.
Gets the value of the userName property.
Gets the value of the webServiceSecurityConfigurationData 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 webServiceSecurityConfigurationData property.
For example, to add a new item, do as follows:
getWebServiceSecurityConfigurationData().add(newItem);
Objects of the following type(s) are allowed in the list
WebServiceSecurityConfigurationDataType
Sets the value of the integrationSystemReference property.
| value | Allowed object is
IntegrationSystemAuditedObjectType
|
|---|
Sets the value of the password property.
| value | Allowed object is String |
|---|
Sets the value of the requireNewPasswordAtNextSignIn property.
| value | Allowed object is Boolean |
|---|
Sets the value of the sessionTimeoutMinutes property.
| value | Allowed object is BigDecimal |
|---|
Sets the value of the userName property.
| value | Allowed object is String |
|---|
Sets the value of the webServiceSecurityConfigurationData property.
| webServiceSecurityConfigurationData | Allowed object is
WebServiceSecurityConfigurationDataType
|
|---|