|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.tool.Annotation
public class Annotation
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence minOccurs="0">
<element name="expected-type" type="{http://www.springframework.org/schema/tool}typedParameterType" minOccurs="0"/>
<element name="assignable-to" type="{http://www.springframework.org/schema/tool}typedParameterType" minOccurs="0"/>
<element name="exports" type="{http://www.springframework.org/schema/tool}exportsType" minOccurs="0"/>
<element name="registers-scope" type="{http://www.springframework.org/schema/tool}registersScopeType" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<attribute name="kind" default="direct">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="ref"/>
<enumeration value="direct"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected TypedParameterType |
assignableTo
|
protected TypedParameterType |
expectedType
|
protected ExportsType |
exports
|
protected String |
kind
|
protected RegistersScopeType[] |
registersScope
|
| Constructor Summary | |
|---|---|
Annotation()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.tool.Annotation instance. |
|
Annotation(Annotation o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.tool.Annotation instance by copying a given instance. |
|
| Method Summary | |
|---|---|
Annotation |
clone()
Creates and returns a copy of this object. |
protected void |
copyRegistersScope(RegistersScopeType[] source)
Copies all values of property RegistersScope. |
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. |
RegistersScopeType[] |
getRegistersScope()
|
RegistersScopeType |
getRegistersScope(int idx)
|
int |
getRegistersScopeLength()
|
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. |
RegistersScopeType |
setRegistersScope(int idx,
RegistersScopeType value)
|
void |
setRegistersScope(RegistersScopeType[] values)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TypedParameterType expectedType
protected TypedParameterType assignableTo
protected ExportsType exports
protected RegistersScopeType[] registersScope
protected String kind
| Constructor Detail |
|---|
public Annotation()
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.tool.Annotation instance.
public Annotation(Annotation o)
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.spring.tool.Annotation instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public TypedParameterType getExpectedType()
TypedParameterTypepublic void setExpectedType(TypedParameterType value)
value - allowed object is
TypedParameterTypepublic TypedParameterType getAssignableTo()
TypedParameterTypepublic void setAssignableTo(TypedParameterType value)
value - allowed object is
TypedParameterTypepublic ExportsType getExports()
ExportsTypepublic void setExports(ExportsType value)
value - allowed object is
ExportsTypepublic RegistersScopeType[] getRegistersScope()
RegistersScopeTypepublic RegistersScopeType getRegistersScope(int idx)
RegistersScopeTypepublic int getRegistersScopeLength()
public void setRegistersScope(RegistersScopeType[] values)
values - allowed objects are
RegistersScopeType
public RegistersScopeType setRegistersScope(int idx,
RegistersScopeType value)
value - allowed object is
RegistersScopeTypepublic String getKind()
Stringpublic void setKind(String value)
value - allowed object is
Stringprotected void copyRegistersScope(RegistersScopeType[] source)
RegistersScope.
source - The source to copy from.
NullPointerException - if source is null.public Annotation clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||