org.jboss.xb.binding.metadata
Class AddMethodMetaData

java.lang.Object
  extended by org.jboss.xb.binding.metadata.AddMethodMetaData

public class AddMethodMetaData
extends Object

Version:
$Revision: 1.1.2.3 $
Author:
Alexey Loubyansky

Constructor Summary
AddMethodMetaData()
           
 
Method Summary
 String getMethodName()
           
 String getValueType()
           
 boolean isChildType()
           
 void setChildType(boolean childType)
           
 void setMethodName(String methodName)
           
 void setValueType(String valueType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddMethodMetaData

public AddMethodMetaData()
Method Detail

getMethodName

public String getMethodName()

setMethodName

public void setMethodName(String methodName)

getValueType

public String getValueType()

setValueType

public void setValueType(String valueType)

isChildType

public boolean isChildType()

setChildType

public void setChildType(boolean childType)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.