2016/05/28 - Apache Tuscany has been retired.
For more information, please explore the Attic.
org.apache.tuscany.sca.interfacedef.java.jaxws
Class BaseBeanGenerator.BeanProperty
java.lang.Object
org.apache.tuscany.sca.interfacedef.java.jaxws.BaseBeanGenerator.BeanProperty
- Enclosing class:
- BaseBeanGenerator
public static class BaseBeanGenerator.BeanProperty
- extends java.lang.Object
Constructor Summary |
BaseBeanGenerator.BeanProperty(java.lang.String namespace,
java.lang.String name,
java.lang.Class<?> javaClass,
java.lang.reflect.Type type,
boolean isElement)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseBeanGenerator.BeanProperty
public BaseBeanGenerator.BeanProperty(java.lang.String namespace,
java.lang.String name,
java.lang.Class<?> javaClass,
java.lang.reflect.Type type,
boolean isElement)
getName
public java.lang.String getName()
getSignature
public java.lang.String getSignature()
getGenericSignature
public java.lang.String getGenericSignature()
getType
public java.lang.Class<?> getType()
getJaxbAnnotaions
public java.util.List<java.lang.annotation.Annotation> getJaxbAnnotaions()
getNamespace
public java.lang.String getNamespace()
isElement
public boolean isElement()
isNillable
public boolean isNillable()