org.objectweb.jonas_ws.deployment.xml.JavaXmlTypeMapping Class Reference

List of all members.

Public Member Functions

 JavaXmlTypeMapping ()
String getJavaType ()
void setJavaType (String javaType)
Qname getRootTypeQname ()
void setRootTypeQname (Qname rootTypeQname)
String getQnameScope ()
void setQnameScope (String qnameScope)
JLinkedList getVariableMappingList ()
void setVariableMappingList (JLinkedList variableMappingList)
void addVariableMapping (VariableMapping variableMapping)
Qname getAnonymousTypeQname ()
void setAnonymousTypeQname (Qname anonymousTypeQname)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element java-xml-type-mapping

Author:
JOnAS team

Definition at line 39 of file JavaXmlTypeMapping.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ws.deployment.xml.JavaXmlTypeMapping.JavaXmlTypeMapping  ) 
 

Constructor

Definition at line 70 of file JavaXmlTypeMapping.java.


Member Function Documentation

void org.objectweb.jonas_ws.deployment.xml.JavaXmlTypeMapping.addVariableMapping VariableMapping  variableMapping  ) 
 

Add a new variable-mapping element to this object

Parameters:
variableMapping the variableMappingobject

Definition at line 143 of file JavaXmlTypeMapping.java.

Qname org.objectweb.jonas_ws.deployment.xml.JavaXmlTypeMapping.getAnonymousTypeQname  ) 
 

Returns:
Returns the anonymousTypeQname.

Definition at line 150 of file JavaXmlTypeMapping.java.

String org.objectweb.jonas_ws.deployment.xml.JavaXmlTypeMapping.getJavaType  ) 
 

Gets the class-type

Returns:
the class-type

Definition at line 79 of file JavaXmlTypeMapping.java.

String org.objectweb.jonas_ws.deployment.xml.JavaXmlTypeMapping.getQnameScope  ) 
 

Gets the qname-scope

Returns:
the qname-scope

Definition at line 111 of file JavaXmlTypeMapping.java.

Qname org.objectweb.jonas_ws.deployment.xml.JavaXmlTypeMapping.getRootTypeQname  ) 
 

Gets the root-type-qname

Returns:
the root-type-qname

Definition at line 95 of file JavaXmlTypeMapping.java.

JLinkedList org.objectweb.jonas_ws.deployment.xml.JavaXmlTypeMapping.getVariableMappingList  ) 
 

Gets the variable-mapping

Returns:
the variable-mapping

Definition at line 127 of file JavaXmlTypeMapping.java.

void org.objectweb.jonas_ws.deployment.xml.JavaXmlTypeMapping.setAnonymousTypeQname Qname  anonymousTypeQname  ) 
 

Parameters:
anonymousTypeQname The anonymousTypeQname to set.

Definition at line 157 of file JavaXmlTypeMapping.java.

void org.objectweb.jonas_ws.deployment.xml.JavaXmlTypeMapping.setJavaType String  javaType  ) 
 

Set the java-type

Parameters:
javaType javaType

Definition at line 87 of file JavaXmlTypeMapping.java.

void org.objectweb.jonas_ws.deployment.xml.JavaXmlTypeMapping.setQnameScope String  qnameScope  ) 
 

Set the qname-scope

Parameters:
qnameScope qnameScope

Definition at line 119 of file JavaXmlTypeMapping.java.

void org.objectweb.jonas_ws.deployment.xml.JavaXmlTypeMapping.setRootTypeQname Qname  rootTypeQname  ) 
 

Set the root-type-qname

Parameters:
rootTypeQname rootTypeQname

Definition at line 103 of file JavaXmlTypeMapping.java.

void org.objectweb.jonas_ws.deployment.xml.JavaXmlTypeMapping.setVariableMappingList JLinkedList  variableMappingList  ) 
 

Set the variable-mapping

Parameters:
variableMappingList variableMapping

Definition at line 135 of file JavaXmlTypeMapping.java.

String org.objectweb.jonas_ws.deployment.xml.JavaXmlTypeMapping.toXML int  indent  ) 
 

Represents this element by it's XML description.

Parameters:
indent use this indent for prexifing XML representation.
Returns:
the XML description of this object.

Definition at line 166 of file JavaXmlTypeMapping.java.

References org.objectweb.jonas_lib.deployment.xml.AbsElement.toString(), org.objectweb.jonas_lib.deployment.xml.JLinkedList.toXML(), and org.objectweb.jonas_lib.deployment.xml.Qname.toXML().

Here is the call graph for this function:


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:13:41 2005 for JOnAS by  doxygen 1.3.9.1