Package org.openiam.provision.request
Class SuspendResumeRequest
- java.lang.Object
-
- org.openiam.provision.request.RequestType<ExtensibleUser>
-
- org.openiam.provision.request.SuspendResumeRequest
-
public class SuspendResumeRequest extends RequestType<ExtensibleUser>
Java class for ResumeRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ResumeRequestType"> <complexContent> <extension base="{urn:oasis:names:tc:SPML:2:0}RequestType"> <sequence> <element name="psoID" type="{urn:oasis:names:tc:SPML:2:0}PSOIdentifierType"/> </sequence> <attribute name="effectiveDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" /> </extension> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected XMLGregorianCalendar
effectiveDate
-
Fields inherited from class org.openiam.provision.request.RequestType
baseDN, containerID, executionMode, extensibleObject, hostLoginId, hostLoginPassword, hostPort, hostUrl, objectIdentity, operation, requestID, targetID
-
-
Constructor Summary
Constructors Constructor Description SuspendResumeRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XMLGregorianCalendar
getEffectiveDate()
Gets the value of the effectiveDate property.void
setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate property.-
Methods inherited from class org.openiam.provision.request.RequestType
getBaseDN, getContainerID, getExecutionMode, getExtensibleObject, getHostLoginId, getHostLoginPassword, getHostPort, getHostUrl, getObjectIdentity, getOperation, getRequestID, getScriptHandler, getTargetID, setBaseDN, setContainerID, setExecutionMode, setExtensibleObject, setHostLoginId, setHostLoginPassword, setHostPort, setHostUrl, setObjectIdentity, setOperation, setRequestID, setScriptHandler, setTargetID
-
-
-
-
Field Detail
-
effectiveDate
protected XMLGregorianCalendar effectiveDate
-
-
Method Detail
-
getEffectiveDate
public XMLGregorianCalendar getEffectiveDate()
Gets the value of the effectiveDate property.- Returns:
- possible object is
XMLGregorianCalendar
-
setEffectiveDate
public void setEffectiveDate(XMLGregorianCalendar value)
Sets the value of the effectiveDate property.- Parameters:
value
- allowed object isXMLGregorianCalendar
-
-