Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

oracle.bpm.services.organization.common
Class BPMContextType

java.lang.Object
  extended by oracle.bpm.services.organization.common.BPMContextType
All Implemented Interfaces:
java.io.Serializable

public class BPMContextType
extends java.lang.Object
implements java.io.Serializable

Java class for BPMContextType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BPMContextType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="credential" type="{http://xmlns.oracle.com/bpm/common}credentialType" minOccurs="0"/>
         <element name="token" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="locale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="timeZone" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
BPMContextType()
           
 
Method Summary
 CredentialType getCredential()
          Gets the value of the credential property.
 java.lang.String getLocale()
          Gets the value of the locale property.
 java.lang.String getTimeZone()
          Gets the value of the timeZone property.
 java.lang.String getToken()
          Gets the value of the token property.
 boolean isSetCredential()
           
 boolean isSetLocale()
           
 boolean isSetTimeZone()
           
 boolean isSetToken()
           
 void setCredential(CredentialType value)
          Sets the value of the credential property.
 void setLocale(java.lang.String value)
          Sets the value of the locale property.
 void setTimeZone(java.lang.String value)
          Sets the value of the timeZone property.
 void setToken(java.lang.String value)
          Sets the value of the token property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BPMContextType

public BPMContextType()
Method Detail

getCredential

public CredentialType getCredential()
Gets the value of the credential property.

Returns:
possible object is CredentialType

setCredential

public void setCredential(CredentialType value)
Sets the value of the credential property.

Parameters:
value - allowed object is CredentialType

isSetCredential

public boolean isSetCredential()

getToken

public java.lang.String getToken()
Gets the value of the token property.

Returns:
possible object is String

setToken

public void setToken(java.lang.String value)
Sets the value of the token property.

Parameters:
value - allowed object is String

isSetToken

public boolean isSetToken()

getLocale

public java.lang.String getLocale()
Gets the value of the locale property.

Returns:
possible object is String

setLocale

public void setLocale(java.lang.String value)
Sets the value of the locale property.

Parameters:
value - allowed object is String

isSetLocale

public boolean isSetLocale()

getTimeZone

public java.lang.String getTimeZone()
Gets the value of the timeZone property.

Returns:
possible object is String

setTimeZone

public void setTimeZone(java.lang.String value)
Sets the value of the timeZone property.

Parameters:
value - allowed object is String

isSetTimeZone

public boolean isSetTimeZone()

Oracle Fusion Middleware
Java API Reference for Oracle BPM Suite
11g Release 1 (11.1.1.7.0)
E25378-07

Copyright © 2009, 2013, Oracle and/or its affiliates. All rights reserved.