Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.6.3)
E10660-10


oracle.bpel.services.workflow.report.model
Class ResultRowCellTypeImpl

java.lang.Object
  extended by oracle.xml.jaxb.JaxbNode
      extended by oracle.bpel.services.workflow.report.model.ResultRowCellTypeImpl

All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable, ResultRowCellType

public class ResultRowCellTypeImpl
extends oracle.xml.jaxb.JaxbNode
implements ResultRowCellType, java.io.Externalizable

Constructor Summary
ResultRowCellTypeImpl()
           
ResultRowCellTypeImpl(java.lang.String name, java.lang.String namespace, oracle.xml.parser.v2.XMLDocument ownerDoc)
           
ResultRowCellTypeImpl(oracle.xml.parser.v2.XMLDocument ownerDoc)
           
ResultRowCellTypeImpl(oracle.xml.parser.v2.XMLElement node)
           

 

Method Summary
 java.math.BigInteger getColumnNumber()
           
 java.lang.String getLinkURI()
           
 java.lang.String getValue()
           
 boolean isIsLink()
           
 void populateNodeArray(oracle.xml.parser.v2.XMLNode node)
           
 void readExternal(java.io.ObjectInput in)
           
 void setColumnNumber(java.math.BigInteger value)
           
 void setIsLink(boolean value)
           
 void setLinkURI(java.lang.String value)
           
 void setValue(java.lang.String value)
           
 void writeExternal(java.io.ObjectOutput out)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ResultRowCellTypeImpl

public ResultRowCellTypeImpl()

ResultRowCellTypeImpl

public ResultRowCellTypeImpl(oracle.xml.parser.v2.XMLDocument ownerDoc)

ResultRowCellTypeImpl

public ResultRowCellTypeImpl(java.lang.String name,
                             java.lang.String namespace,
                             oracle.xml.parser.v2.XMLDocument ownerDoc)

ResultRowCellTypeImpl

public ResultRowCellTypeImpl(oracle.xml.parser.v2.XMLElement node)

Method Detail

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException

setIsLink

public void setIsLink(boolean value)
Specified by:
setIsLink in interface ResultRowCellType

isIsLink

public boolean isIsLink()
Specified by:
isIsLink in interface ResultRowCellType

setValue

public void setValue(java.lang.String value)
Specified by:
setValue in interface ResultRowCellType

getValue

public java.lang.String getValue()
Specified by:
getValue in interface ResultRowCellType

setColumnNumber

public void setColumnNumber(java.math.BigInteger value)
Specified by:
setColumnNumber in interface ResultRowCellType

getColumnNumber

public java.math.BigInteger getColumnNumber()
Specified by:
getColumnNumber in interface ResultRowCellType

setLinkURI

public void setLinkURI(java.lang.String value)
Specified by:
setLinkURI in interface ResultRowCellType

getLinkURI

public java.lang.String getLinkURI()
Specified by:
getLinkURI in interface ResultRowCellType

populateNodeArray

public void populateNodeArray(oracle.xml.parser.v2.XMLNode node)

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1.6.3)
E10660-10


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