|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.tool.impl.AnnotationImpl
public class AnnotationImpl
| Field Summary | |
|---|---|
protected TypedParameterTypeImpl |
assignableTo
|
protected TypedParameterTypeImpl |
expectedType
|
protected ExportsTypeImpl |
exports
|
protected String |
kind
|
protected List<RegistersScopeType> |
registersScope
|
| Constructor Summary | |
|---|---|
AnnotationImpl()
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.tool.impl.AnnotationImpl instance. |
|
AnnotationImpl(AnnotationImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.tool.impl.AnnotationImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
AnnotationImpl |
clone()
Creates and returns a copy of this object. |
TypedParameterType |
getAssignableTo()
Gets the value of the assignableTo property. |
TypedParameterType |
getExpectedType()
Gets the value of the expectedType property. |
ExportsType |
getExports()
Gets the value of the exports property. |
String |
getKind()
Gets the value of the kind property. |
List<RegistersScopeType> |
getRegistersScope()
Gets the value of the registersScope property. |
void |
setAssignableTo(TypedParameterType value)
Sets the value of the assignableTo property. |
void |
setExpectedType(TypedParameterType value)
Sets the value of the expectedType property. |
void |
setExports(ExportsType value)
Sets the value of the exports property. |
void |
setKind(String value)
Sets the value of the kind property. |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TypedParameterTypeImpl expectedType
protected TypedParameterTypeImpl assignableTo
protected ExportsTypeImpl exports
protected List<RegistersScopeType> registersScope
protected String kind
| Constructor Detail |
|---|
public AnnotationImpl()
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.tool.impl.AnnotationImpl instance.
public AnnotationImpl(AnnotationImpl o)
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.spring.tool.impl.AnnotationImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public TypedParameterType getExpectedType()
Annotation
getExpectedType in interface AnnotationTypedParameterTypepublic void setExpectedType(TypedParameterType value)
Annotation
setExpectedType in interface Annotationvalue - allowed object is
TypedParameterTypepublic TypedParameterType getAssignableTo()
Annotation
getAssignableTo in interface AnnotationTypedParameterTypepublic void setAssignableTo(TypedParameterType value)
Annotation
setAssignableTo in interface Annotationvalue - allowed object is
TypedParameterTypepublic ExportsType getExports()
Annotation
getExports in interface AnnotationExportsTypepublic void setExports(ExportsType value)
Annotation
setExports in interface Annotationvalue - allowed object is
ExportsTypepublic List<RegistersScopeType> getRegistersScope()
Annotation
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the registersScope property.
For example, to add a new item, do as follows:
getRegistersScope().add(newItem);
Objects of the following type(s) are allowed in the list
RegistersScopeType
getRegistersScope in interface Annotationpublic String getKind()
Annotation
getKind in interface AnnotationStringpublic void setKind(String value)
Annotation
setKind in interface Annotationvalue - allowed object is
Stringpublic AnnotationImpl clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||