|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.otvl.sbxbsamp.complex.ClsA
Sample class A.
Constructor Summary | |
ClsA()
|
Method Summary | |
void |
addRoleD(ClsD aClsD)
Adds a target at end of link roleD. |
void |
addRoleD(int index,
ClsD aClsD)
Inserts a target in link roleD. |
void |
addRoleXB(ClsB aClsB)
Adds a target at end of link roleXB. |
void |
addRoleXB(int index,
ClsB aClsB)
Inserts a target in link roleXB. |
void |
clearRoleC()
Clears all targets in link roleC |
void |
clearRoleD()
Clears all targets in link roleD |
void |
clearRoleXB()
Clears all targets in link roleXB |
java.lang.String |
getAtt1()
Returns the att1. |
java.lang.String |
getAtt2()
Returns the att2. |
java.lang.String |
getAtt3()
Returns the att3. |
java.lang.String |
getAtt4()
Returns the att4. |
java.lang.String |
getAtt5()
Returns the att5. |
java.lang.String |
getAtt6()
Returns the att6. |
java.lang.String |
getAtt7()
Returns the att7. |
java.lang.String |
getAtt8()
Returns the att8. |
java.lang.String |
getAtt9()
Returns the att9. |
ClsB |
getRoleB()
Returns target of link roleB. |
ClsC |
getRoleC(java.lang.Object key)
Returns a target in link roleC. |
ClsD |
getRoleD(int index)
Returns a target in link roleD. |
ClsG |
getRoleG()
Returns target of link roleG. |
ClsB |
getRoleXB(int index)
Returns a target in link roleXB. |
java.util.Iterator |
iteratorRoleD()
Returns an iterator for targets in links roleD |
java.util.Iterator |
iteratorRoleXB()
Returns an iterator for targets in links roleXB |
java.util.Set |
keySetRoleC()
Returns a Set for keys of targets in link roleC |
void |
putRoleC(java.lang.Object key,
ClsC aClsC)
Inserts a target in link roleC. |
void |
removeRoleC(java.lang.Object key)
Removes a target in link roleC |
void |
removeRoleD(int index)
Removes a target in link roleD |
void |
removeRoleXB(int index)
Removes a target in link roleXB |
void |
setAtt1(java.lang.String att1)
Sets the att1. |
void |
setAtt2(java.lang.String att2)
Sets the att2. |
void |
setAtt3(java.lang.String att3)
Sets the att3. |
void |
setAtt4(java.lang.String att4)
Sets the att4. |
void |
setAtt5(java.lang.String att5)
Sets the att5. |
void |
setAtt6(java.lang.String att6)
Sets the att6. |
void |
setAtt7(java.lang.String att7)
Sets the att7. |
void |
setAtt8(java.lang.String att8)
Sets the att8. |
void |
setAtt9(java.lang.String att9)
Sets the att9. |
void |
setRoleB(ClsB roleB)
Sets target of link roleB. |
void |
setRoleG(ClsG roleG)
Sets target of link roleG. |
int |
sizeRoleC()
Returns the size of the collection roleC |
int |
sizeRoleD()
Returns the size of the collection roleD |
int |
sizeRoleXB()
Returns the size of the collection roleXB |
java.util.Collection |
valuesRoleC()
Returns a Collection for targets in link roleC |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClsA()
Method Detail |
public java.lang.String getAtt1()
public void setAtt1(java.lang.String att1)
att1
- The att1 to setpublic java.lang.String getAtt2()
public void setAtt2(java.lang.String att2)
att2
- The att2 to setpublic java.lang.String getAtt3()
public void setAtt3(java.lang.String att3)
att3
- The att3 to setpublic java.lang.String getAtt4()
public void setAtt4(java.lang.String att4)
att4
- The att4 to setpublic java.lang.String getAtt5()
public void setAtt5(java.lang.String att5)
att5
- The att5 to setpublic java.lang.String getAtt6()
public void setAtt6(java.lang.String att6)
att6
- The att6 to setpublic java.lang.String getAtt7()
public void setAtt7(java.lang.String att7)
att7
- The att7 to setpublic java.lang.String getAtt8()
public void setAtt8(java.lang.String att8)
att8
- The att8 to setpublic java.lang.String getAtt9()
public void setAtt9(java.lang.String att9)
att9
- The att9 to setpublic ClsB getRoleB()
public void setRoleB(ClsB roleB)
roleB
- The roleB to setpublic ClsB getRoleXB(int index)
index
- offset in the array
public java.util.Iterator iteratorRoleXB()
public int sizeRoleXB()
public void addRoleXB(int index, ClsB aClsB)
index
- offset in the listaClsB
- The ClsB to insertpublic void addRoleXB(ClsB aClsB)
aClsB
- The ClsB to insertpublic void removeRoleXB(int index)
index
- offset in the listpublic void clearRoleXB()
public ClsC getRoleC(java.lang.Object key)
key
- offset in the array
public java.util.Collection valuesRoleC()
public java.util.Set keySetRoleC()
public int sizeRoleC()
public void putRoleC(java.lang.Object key, ClsC aClsC)
key
- key in the associative arrayaClsC
- The ClsC to insertpublic void removeRoleC(java.lang.Object key)
key
- key in the associative arraypublic void clearRoleC()
public ClsG getRoleG()
public void setRoleG(ClsG roleG)
roleG
- The roleG to setpublic ClsD getRoleD(int index)
index
- offset in the array
public java.util.Iterator iteratorRoleD()
public int sizeRoleD()
public void addRoleD(int index, ClsD aClsD)
index
- offset in the listaClsD
- The ClsD to insertpublic void addRoleD(ClsD aClsD)
aClsD
- The ClsD to insertpublic void removeRoleD(int index)
index
- offset in the listpublic void clearRoleD()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |