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

oracle.bpm.services.processmetadata
Class TaskDisplayInfoType

java.lang.Object
  extended by oracle.bpm.services.processmetadata.TaskDisplayInfoType
All Implemented Interfaces:
java.io.Serializable

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

This complexType describes the mapping between a particular workflow task type and the uri used to display tasks of that type in a certain application. This is information that is stored in the WFTASKDISPLAY table.

Java class for taskDisplayInfoType complex type.

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

 <complexType name="taskDisplayInfoType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="applicationName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="uri" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="hostname" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="httpPort" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="httpsPort" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
TaskDisplayInfoType()
           
 
Method Summary
 java.lang.String getApplicationName()
          Gets the value of the applicationName property.
 java.lang.String getHostname()
          Gets the value of the hostname property.
 java.lang.String getHttpPort()
          Gets the value of the httpPort property.
 java.lang.String getHttpsPort()
          Gets the value of the httpsPort property.
 java.lang.String getUri()
          Gets the value of the uri property.
 boolean isSetApplicationName()
           
 boolean isSetHostname()
           
 boolean isSetHttpPort()
           
 boolean isSetHttpsPort()
           
 boolean isSetUri()
           
 void setApplicationName(java.lang.String value)
          Sets the value of the applicationName property.
 void setHostname(java.lang.String value)
          Sets the value of the hostname property.
 void setHttpPort(java.lang.String value)
          Sets the value of the httpPort property.
 void setHttpsPort(java.lang.String value)
          Sets the value of the httpsPort property.
 void setUri(java.lang.String value)
          Sets the value of the uri property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaskDisplayInfoType

public TaskDisplayInfoType()
Method Detail

getApplicationName

public java.lang.String getApplicationName()
Gets the value of the applicationName property.

Returns:
possible object is String

setApplicationName

public void setApplicationName(java.lang.String value)
Sets the value of the applicationName property.

Parameters:
value - allowed object is String

isSetApplicationName

public boolean isSetApplicationName()

getUri

public java.lang.String getUri()
Gets the value of the uri property.

Returns:
possible object is String

setUri

public void setUri(java.lang.String value)
Sets the value of the uri property.

Parameters:
value - allowed object is String

isSetUri

public boolean isSetUri()

getHostname

public java.lang.String getHostname()
Gets the value of the hostname property.

Returns:
possible object is String

setHostname

public void setHostname(java.lang.String value)
Sets the value of the hostname property.

Parameters:
value - allowed object is String

isSetHostname

public boolean isSetHostname()

getHttpPort

public java.lang.String getHttpPort()
Gets the value of the httpPort property.

Returns:
possible object is String

setHttpPort

public void setHttpPort(java.lang.String value)
Sets the value of the httpPort property.

Parameters:
value - allowed object is String

isSetHttpPort

public boolean isSetHttpPort()

getHttpsPort

public java.lang.String getHttpsPort()
Gets the value of the httpsPort property.

Returns:
possible object is String

setHttpsPort

public void setHttpsPort(java.lang.String value)
Sets the value of the httpsPort property.

Parameters:
value - allowed object is String

isSetHttpsPort

public boolean isSetHttpsPort()

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.