|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.csutils.core.model.vo.ROAttribute
net.sf.csutils.core.model.vo.RORelation
public class RORelation
Java class for RORelation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RORelation">
<complexContent>
<extension base="{http://namespaces.csutils.sf.net/model}ROAttribute">
<sequence>
<element name="targetTypes">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="targetType" type="{http://namespaces.csutils.sf.net/model}ROTypeReference" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="associationType" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="attributeKey" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</complexContent>
</complexType>
| Nested Class Summary | |
|---|---|
static class |
RORelation.TargetTypes
Java class for anonymous complex type. |
| Field Summary | |
|---|---|
protected java.lang.String |
associationType
|
protected java.lang.String |
attributeKey
|
protected RORelation.TargetTypes |
targetTypes
|
| Fields inherited from class net.sf.csutils.core.model.vo.ROAttribute |
|---|
maxOccurs, minOccurs, name |
| Constructor Summary | |
|---|---|
RORelation()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getAssociationType()
Gets the value of the associationType property. |
java.lang.String |
getAttributeKey()
Gets the value of the attributeKey property. |
RORelation.TargetTypes |
getTargetTypes()
Gets the value of the targetTypes property. |
void |
setAssociationType(java.lang.String value)
Sets the value of the associationType property. |
void |
setAttributeKey(java.lang.String value)
Sets the value of the attributeKey property. |
void |
setTargetTypes(RORelation.TargetTypes value)
Sets the value of the targetTypes property. |
| Methods inherited from class net.sf.csutils.core.model.vo.ROAttribute |
|---|
getMaxOccurs, getMinOccurs, getName, setMaxOccurs, setMinOccurs, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected RORelation.TargetTypes targetTypes
protected java.lang.String associationType
protected java.lang.String attributeKey
| Constructor Detail |
|---|
public RORelation()
| Method Detail |
|---|
public RORelation.TargetTypes getTargetTypes()
RORelation.TargetTypespublic void setTargetTypes(RORelation.TargetTypes value)
value - allowed object is
RORelation.TargetTypespublic java.lang.String getAssociationType()
Stringpublic void setAssociationType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAttributeKey()
Stringpublic void setAttributeKey(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||