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

oracle.bpm.casemgmt.metadata.Case.model
Class TPermissionTag

java.lang.Object
  extended by oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
      extended by oracle.bpm.casemgmt.metadata.Case.model.TPermissionTag
All Implemented Interfaces:
java.io.Serializable

public class TPermissionTag
extends TExtensibleElements
implements java.io.Serializable

Java class for tPermissionTag complex type.

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

 <complexType name="tPermissionTag">
   <complexContent>
     <extension base="{http://xmlns.oracle.com/bpm/case/metadata/extension}tExtensibleElements">
       <choice>
         <element name="tagName" type="{http://xmlns.oracle.com/bpm/case/metadata/common}tPermissionTagEnum"/>
         <element name="customTagName" type="{http://xmlns.oracle.com/bpm/case/metadata}tTranslatedValue"/>
       </choice>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
TPermissionTag()
           
 
Method Summary
 java.lang.String getCustomTagName()
          Gets the value of the customTagName property.
 TPermissionTagEnum getTagName()
          Gets the value of the tagName property.
 boolean isSetCustomTagName()
           
 boolean isSetTagName()
           
 void setCustomTagName(java.lang.String value)
          Sets the value of the customTagName property.
 void setTagName(TPermissionTagEnum value)
          Sets the value of the tagName property.
 
Methods inherited from class oracle.bpm.casemgmt.metadata.extension.model.TExtensibleElements
getDocumentation
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TPermissionTag

public TPermissionTag()
Method Detail

getTagName

public TPermissionTagEnum getTagName()
Gets the value of the tagName property.

Returns:
possible object is TPermissionTagEnum

setTagName

public void setTagName(TPermissionTagEnum value)
Sets the value of the tagName property.

Parameters:
value - allowed object is TPermissionTagEnum

isSetTagName

public boolean isSetTagName()

getCustomTagName

public java.lang.String getCustomTagName()
Gets the value of the customTagName property.

Returns:
possible object is String

setCustomTagName

public void setCustomTagName(java.lang.String value)
Sets the value of the customTagName property.

Parameters:
value - allowed object is String

isSetCustomTagName

public boolean isSetCustomTagName()

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.