package conductor.WFCustomIF;
import java.io.Serializable;
import Framework.BinaryData;
import Framework.DataValue;
import Framework.RuntimeProperties;
import Framework.Stream;
import Framework.TextData;
import Framework.TextDataNoConvert;
import Framework.UsageException;
import XMLDOM2.Document;
/**
* XmlData<p>
* <p>
* <b>This class was generated from the library WFCustomIF and needs to be replaced by the
* proper source code from the library. It has been generated only to remove compile-time errors and
* is non-functional. </b>
* <p>
* @author Generated from Forte
* @since 05-Jul-2008
*/
@RuntimeProperties(isDistributed=false, isAnchored=false, isShared=false, isTransactional=false)
public class XmlData
extends TextDataNoConvert
implements Serializable
{
// ---------
// Constants
// ---------
public static final String UTF_8_LOCALE = "en_US.utf8";
// ------------
// Constructors
// ------------
public XmlData() {
// Explicitly call the superclass constructor to prevent the implicit call
super();
}
public XmlData(TextDataNoConvert pParam) {
this();
this.setValue(pParam);
}
public XmlData(TextData pParam) {
this();
this.setValue(pParam);
}
public XmlData(String pParam) {
this();
this.setValue(pParam);
}
// -------
// Methods
// -------
/**
* asDataValue<p>
* <p>
* @return DataValue
*/
public DataValue asDataValue() {
throw new UsageException("This is a stub method only from a Forte library, please implement the library");
}
/**
* asString<p>
* <p>
* @return String
*/
public String asString() {
throw new UsageException("This is a stub method only from a Forte library, please implement the library");
}
/**
* clear<p>
* <p>
*/
public void clear() {
throw new UsageException("This is a stub method only from a Forte library, please implement the library");
}
/**
* fillString<p>
* <p>
* @param target Type: TextData
*/
public void fillString(TextData target) {
throw new UsageException("This is a stub method only from a Forte library, please implement the library");
}
/**
* getActualSize<p>
* <p>
* @return int
*/
public int getActualSize() {
throw new UsageException("This is a stub method only from a Forte library, please implement the library");
}
/**
* setValue<p>
* <p>
* @param source Type: XmlData
*/
public void setValue(XmlData source) {
throw new UsageException("This is a stub method only from a Forte library, please implement the library");
}
/**
* setValue<p>
* <p>
* @param source Type: String
*/
public void setValue(String source) {
throw new UsageException("This is a stub method only from a Forte library, please implement the library");
}
/**
* setValue<p>
* <p>
* @param source Type: TextData
*/
public void setValue(TextData source) {
throw new UsageException("This is a stub method only from a Forte library, please implement the library");
}
/**
* setValue<p>
* <p>
* @param source Type: Stream
*/
public void setValue(Stream source) {
throw new UsageException("This is a stub method only from a Forte library, please implement the library");
}
/**
* setValue<p>
* <p>
* @param source Type: DataValue
*/
public void setValue(DataValue source) {
throw new UsageException("This is a stub method only from a Forte library, please implement the library");
}
/**
* setValue<p>
* <p>
* @param source Type: BinaryData
*/
public void setValue(BinaryData source) {
throw new UsageException("This is a stub method only from a Forte library, please implement the library");
}
/**
* setValue<p>
* <p>
* @param source Type: int
*/
public void setValue(int source) {
throw new UsageException("This is a stub method only from a Forte library, please implement the library");
}
/**
* setValue<p>
* <p>
* @param source Type: double
*/
public void setValue(double source) {
throw new UsageException("This is a stub method only from a Forte library, please implement the library");
}
/**
* setValue<p>
* <p>
* @param source Type: boolean
*/
public void setValue(boolean source) {
throw new UsageException("This is a stub method only from a Forte library, please implement the library");
}
/**
* setValue<p>
* <p>
* @param source Type: Document
*/
public void setValue(Document source) {
throw new UsageException("This is a stub method only from a Forte library, please implement the library");
}
} // end class XmlData
// c Pass 2 Conversion Time: 375 milliseconds