Skip navigation links

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


oracle.bpel.services.notification.payload
Class ContentType

java.lang.Object
  extended by com.collaxa.cube.xml.BaseFacade
      extended by oracle.bpel.services.notification.payload.ContentType

All Implemented Interfaces:
java.io.Serializable, IContentType, org.collaxa.xml.IBaseFacade, org.collaxa.xml.IFacade

public class ContentType
extends com.collaxa.cube.xml.BaseFacade
implements java.io.Serializable, IContentType

Class ContentType.

See Also:
Serialized Form

Field Summary

 

Fields inherited from class com.collaxa.cube.xml.BaseFacade
serialVersionUID

 

Constructor Summary
ContentType()
           
ContentType(org.w3c.dom.Element domElement)
           

 

Method Summary
 java.lang.String __getFacadeName()
          Method __getFacadeName
static org.w3c.dom.Element createElement(org.w3c.dom.Document document, java.lang.String nodeName, java.lang.String namespaceURI)
          Describe createElementWithValue method here.
 java.lang.Object getContentBody()
          Returns the value of field 'content'.
 java.lang.String getMimeType()
          Returns the value of field 'mimeType'.
static void setContentBody(org.w3c.dom.Element currentElement, java.lang.String childElementName, java.lang.String namespaceUri, java.lang.Object newElementValue)
          Sets the new value for the given child element.
 void setContentBody(java.lang.Object contentBody)
          Sets the value of field 'content'.
 void setMimeType(java.lang.String mimeType)
          Sets the value of field 'mimeType'.

 

Methods inherited from class com.collaxa.cube.xml.BaseFacade
_setChildElementValue, addChildElement, addChildElement, clearChildElements, containsChildElement, getAttributeValue, getChildElement, getChildElement, getChildElements, getChildElementValue, getChildElementValue, getElementName, getNamespaceUri, getQName, getRootElement, getSimpleContent, isRootElement, isRootElement, numberOfChildElements, parseQName, removeChildElement, removeChildElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setChildElement, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setChildElementValue, setRootElement, setSimpleContent, setSimpleContent, setSimpleContent, setSimpleContent, setSimpleContent, setSimpleContent, setSimpleContent, setSimpleContent, setSimpleContent, toDOM, toString, toXML, toXML

 

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

 

Constructor Detail

ContentType

public ContentType()

ContentType

public ContentType(org.w3c.dom.Element domElement)

Method Detail

__getFacadeName

public java.lang.String __getFacadeName()
Method __getFacadeName
Specified by:
__getFacadeName in interface org.collaxa.xml.IBaseFacade
Overrides:
__getFacadeName in class com.collaxa.cube.xml.BaseFacade

getContentBody

public java.lang.Object getContentBody()
Returns the value of field 'content'. The field 'content' has the following description:
Specified by:
getContentBody in interface IContentType
Returns:
the value of field 'content'.

getMimeType

public java.lang.String getMimeType()
Returns the value of field 'mimeType'. The field 'mimeType' has the following description:
Specified by:
getMimeType in interface IContentType
Returns:
the value of field 'mimeType'.

setContentBody

public void setContentBody(java.lang.Object contentBody)
Sets the value of field 'content'. The field 'content' has the following description:
Specified by:
setContentBody in interface IContentType
Parameters:
contentBody - the value of field 'content'.

setMimeType

public void setMimeType(java.lang.String mimeType)
Sets the value of field 'mimeType'. The field 'mimeType' has the following description:
Specified by:
setMimeType in interface IContentType
Parameters:
mimeType - the value of field 'mimeType'.

setContentBody

public static void setContentBody(org.w3c.dom.Element currentElement,
                                  java.lang.String childElementName,
                                  java.lang.String namespaceUri,
                                  java.lang.Object newElementValue)
Sets the new value for the given child element. if the child element already exists then it will override the value with this new element value. If the child doesn't exist then it will automatically creates a new element and puts this new value and adds it to the root element.
Parameters:
currentElement - an Element value
childElementName - a String value
namespaceUri - a String value
newElementValue - an Object value

createElement

public static org.w3c.dom.Element createElement(org.w3c.dom.Document document,
                                                java.lang.String nodeName,
                                                java.lang.String namespaceURI)
                                         throws java.lang.Exception
Describe createElementWithValue method here.
Parameters:
nodeName - a String value
namespaceURI - a String value
value - a String value
Returns:
an Element value
Throws:
java.lang.Exception - if an error occurs

Skip navigation links

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


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