org.jboss.xb.binding.metadata
Class PropertyMetaData

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

public class PropertyMetaData
extends Object

Version:
$Revision: 1.1.2.3 $
Author:
Alexey Loubyansky

Constructor Summary
PropertyMetaData()
           
 
Method Summary
 String getCollectionType()
           
 String getName()
           
 void setCollectionType(String collectionType)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyMetaData

public PropertyMetaData()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getCollectionType

public String getCollectionType()

setCollectionType

public void setCollectionType(String collectionType)


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