class: JiBXFilterTaskParamVOMarshaller

public class: JiBXFilterTaskParamVOMarshaller
Author: Johannes Mueller (initial creation)
Project: Phase: 1.0; Status: Proposed; Version: $Revision: 1951 $ $LastChangedDate: 2009-05-07 10:; Complexity: 1
Dates: Created: 16.07.2009 15:14:31; Modified: 16.07.2009 15:14:31;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {0EB446FA-9E17-48de-82BD-EE1339F33720}
This class is a helper class for JiBX binding of TaskParamVO (and subclasses) to XML.
 

Goto: Custom Properties, Fields, Methods

Appears in: xmltransforming

Custom Properties
 
JiBXFilterTaskParamVOMarshaller Attributes
Attribute Details
private static const String
  FILTER_ELEMENT_NAME
Initial: "filter"
private static const String
  ID_ELEMENT_NAME
Initial: "id"
private int
  m_index
private String
  m_name
private String
  m_uri
private static const String
  NAME_ATTRIBUTE_NAME
Initial: "name"
 
JiBXFilterTaskParamVOMarshaller Methods
Operation Details
public
getM_uri():String
Sequential
Notes: @return the m_uri
public
isExtension(
   int index):boolean
Sequential
Notes: (non-Javadoc)
@see org.jibx.runtime.IMarshaller#isExtension(int)
public
JiBXFilterTaskParamVOMarshaller():
Sequential
Notes: The standard constructor.
public
JiBXFilterTaskParamVOMarshaller(
   String uri,
   int index,
   String name):
Sequential
Notes: Constructor assigning uri, index and name of the start node.
public
marshal(
   Object obj,
   IMarshallingContext ictx):void
Sequential
Tags: throws=JiBXException
Notes: (non-Javadoc)
@see org.jibx.runtime.IMarshaller#marshal(Object, IMarshallingContext)
public
setM_uri(
   String m_uri):void
Sequential