public class

IntegrationSystemUserDataType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.integrations.IntegrationSystemUserDataType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected IntegrationSystemAuditedObjectType integrationSystemReference
protected String password
protected Boolean requireNewPasswordAtNextSignIn
protected BigDecimal sessionTimeoutMinutes
protected String userName
protected List<WebServiceSecurityConfigurationDataType> webServiceSecurityConfigurationData
Public Constructors
IntegrationSystemUserDataType()
Public Methods
IntegrationSystemAuditedObjectType getIntegrationSystemReference()
Gets the value of the integrationSystemReference property.
String getPassword()
Gets the value of the password property.
Boolean getRequireNewPasswordAtNextSignIn()
Gets the value of the requireNewPasswordAtNextSignIn property.
BigDecimal getSessionTimeoutMinutes()
Gets the value of the sessionTimeoutMinutes property.
String getUserName()
Gets the value of the userName property.
List<WebServiceSecurityConfigurationDataType> getWebServiceSecurityConfigurationData()
Gets the value of the webServiceSecurityConfigurationData property.
void setIntegrationSystemReference(IntegrationSystemAuditedObjectType value)
Sets the value of the integrationSystemReference property.
void setPassword(String value)
Sets the value of the password property.
void setRequireNewPasswordAtNextSignIn(Boolean value)
Sets the value of the requireNewPasswordAtNextSignIn property.
void setSessionTimeoutMinutes(BigDecimal value)
Sets the value of the sessionTimeoutMinutes property.
void setUserName(String value)
Sets the value of the userName property.
void setWebServiceSecurityConfigurationData(List<WebServiceSecurityConfigurationDataType> webServiceSecurityConfigurationData)
Sets the value of the webServiceSecurityConfigurationData property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected IntegrationSystemAuditedObjectType integrationSystemReference

protected String password

protected Boolean requireNewPasswordAtNextSignIn

protected BigDecimal sessionTimeoutMinutes

protected String userName

protected List<WebServiceSecurityConfigurationDataType> webServiceSecurityConfigurationData

Public Constructors

public IntegrationSystemUserDataType ()

Public Methods

public IntegrationSystemAuditedObjectType getIntegrationSystemReference ()

Gets the value of the integrationSystemReference property.

Returns

public String getPassword ()

Gets the value of the password property.

Returns
  • possible object is String

public Boolean getRequireNewPasswordAtNextSignIn ()

Gets the value of the requireNewPasswordAtNextSignIn property. This getter has been renamed from isRequireNewPasswordAtNextSignIn() to getRequireNewPasswordAtNextSignIn() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public BigDecimal getSessionTimeoutMinutes ()

Gets the value of the sessionTimeoutMinutes property.

Returns
  • possible object is BigDecimal

public String getUserName ()

Gets the value of the userName property.

Returns
  • possible object is String

public List<WebServiceSecurityConfigurationDataType> getWebServiceSecurityConfigurationData ()

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

public void setIntegrationSystemReference (IntegrationSystemAuditedObjectType value)

Sets the value of the integrationSystemReference property.

Parameters
value Allowed object is IntegrationSystemAuditedObjectType

public void setPassword (String value)

Sets the value of the password property.

Parameters
value Allowed object is String

public void setRequireNewPasswordAtNextSignIn (Boolean value)

Sets the value of the requireNewPasswordAtNextSignIn property.

Parameters
value Allowed object is Boolean

public void setSessionTimeoutMinutes (BigDecimal value)

Sets the value of the sessionTimeoutMinutes property.

Parameters
value Allowed object is BigDecimal

public void setUserName (String value)

Sets the value of the userName property.

Parameters
value Allowed object is String

public void setWebServiceSecurityConfigurationData (List<WebServiceSecurityConfigurationDataType> webServiceSecurityConfigurationData)

Sets the value of the webServiceSecurityConfigurationData property.

Parameters
webServiceSecurityConfigurationData Allowed object is WebServiceSecurityConfigurationDataType