org.codehaus.xfire.aegis.type
Class AbstractTypeCreator.TypeClassInfo
java.lang.Object
org.codehaus.xfire.aegis.type.AbstractTypeCreator.TypeClassInfo
- Enclosing class:
- AbstractTypeCreator
public static class AbstractTypeCreator.TypeClassInfo
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractTypeCreator.TypeClassInfo
public AbstractTypeCreator.TypeClassInfo()
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getAnnotations
public Object[] getAnnotations()
setAnnotations
public void setAnnotations(Object[] annotations)
getGenericType
public Object getGenericType()
setGenericType
public void setGenericType(Object genericType)
getKeyType
public Object getKeyType()
setKeyType
public void setKeyType(Object keyType)
getTypeClass
public Class getTypeClass()
setTypeClass
public void setTypeClass(Class typeClass)
getTypeName
public QName getTypeName()
setTypeName
public void setTypeName(QName name)
getType
public Class getType()
setType
public void setType(Class type)
getMappedName
public QName getMappedName()
setMappedName
public void setMappedName(QName mappedName)
getMaxOccurs
public long getMaxOccurs()
setMaxOccurs
public void setMaxOccurs(long maxOccurs)
getMinOccurs
public long getMinOccurs()
setMinOccurs
public void setMinOccurs(long minOccurs)
isFlat
public boolean isFlat()
setFlat
public void setFlat(boolean flat)
Copyright © 2004-2013. All Rights Reserved.