public class TCaseDisplayInfo extends TExtensibleElements implements java.io.Serializable
Java class for tCaseDisplayInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="tCaseDisplayInfo">
<complexContent>
<extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
<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"/>
<element name="formName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="formDisplayName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="formDescription" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor and Description |
|---|
TCaseDisplayInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getApplicationName()
Gets the value of the applicationName property.
|
java.lang.String |
getFormDescription()
Gets the value of the formDescription property.
|
java.lang.String |
getFormDisplayName()
Gets the value of the formDisplayName property.
|
java.lang.String |
getFormName()
Gets the value of the formName 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 |
isSetFormDescription() |
boolean |
isSetFormDisplayName() |
boolean |
isSetFormName() |
boolean |
isSetHostname() |
boolean |
isSetHttpPort() |
boolean |
isSetHttpsPort() |
boolean |
isSetUri() |
void |
setApplicationName(java.lang.String value)
Sets the value of the applicationName property.
|
void |
setFormDescription(java.lang.String value)
Sets the value of the formDescription property.
|
void |
setFormDisplayName(java.lang.String value)
Sets the value of the formDisplayName property.
|
void |
setFormName(java.lang.String value)
Sets the value of the formName 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.
|
getDocumentation, isSetDocumentation, unsetDocumentationpublic java.lang.String getApplicationName()
Stringpublic void setApplicationName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetApplicationName()
public java.lang.String getUri()
Stringpublic void setUri(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetUri()
public java.lang.String getHostname()
Stringpublic void setHostname(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetHostname()
public java.lang.String getHttpPort()
Stringpublic void setHttpPort(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetHttpPort()
public java.lang.String getHttpsPort()
Stringpublic void setHttpsPort(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetHttpsPort()
public java.lang.String getFormName()
Stringpublic void setFormName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetFormName()
public java.lang.String getFormDisplayName()
Stringpublic void setFormDisplayName(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetFormDisplayName()
public java.lang.String getFormDescription()
Stringpublic void setFormDescription(java.lang.String value)
value - allowed object is
Stringpublic boolean isSetFormDescription()