org.otvl.sbxbsamp.complex
Class ClsA

java.lang.Object
  extended byorg.otvl.sbxbsamp.complex.ClsA

public class ClsA
extends java.lang.Object

Sample class A.

Version:
Author:

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

ClsA

public ClsA()
Method Detail

getAtt1

public java.lang.String getAtt1()
Returns the att1.

Returns:
String

setAtt1

public void setAtt1(java.lang.String att1)
Sets the att1.

Parameters:
att1 - The att1 to set

getAtt2

public java.lang.String getAtt2()
Returns the att2.

Returns:
String

setAtt2

public void setAtt2(java.lang.String att2)
Sets the att2.

Parameters:
att2 - The att2 to set

getAtt3

public java.lang.String getAtt3()
Returns the att3.

Returns:
String

setAtt3

public void setAtt3(java.lang.String att3)
Sets the att3.

Parameters:
att3 - The att3 to set

getAtt4

public java.lang.String getAtt4()
Returns the att4.

Returns:
String

setAtt4

public void setAtt4(java.lang.String att4)
Sets the att4.

Parameters:
att4 - The att4 to set

getAtt5

public java.lang.String getAtt5()
Returns the att5.

Returns:
String

setAtt5

public void setAtt5(java.lang.String att5)
Sets the att5.

Parameters:
att5 - The att5 to set

getAtt6

public java.lang.String getAtt6()
Returns the att6.

Returns:
String

setAtt6

public void setAtt6(java.lang.String att6)
Sets the att6.

Parameters:
att6 - The att6 to set

getAtt7

public java.lang.String getAtt7()
Returns the att7.

Returns:
String

setAtt7

public void setAtt7(java.lang.String att7)
Sets the att7.

Parameters:
att7 - The att7 to set

getAtt8

public java.lang.String getAtt8()
Returns the att8.

Returns:
String

setAtt8

public void setAtt8(java.lang.String att8)
Sets the att8.

Parameters:
att8 - The att8 to set

getAtt9

public java.lang.String getAtt9()
Returns the att9.

Returns:
String

setAtt9

public void setAtt9(java.lang.String att9)
Sets the att9.

Parameters:
att9 - The att9 to set

getRoleB

public ClsB getRoleB()
Returns target of link roleB.

Returns:
ClsB

setRoleB

public void setRoleB(ClsB roleB)
Sets target of link roleB.

Parameters:
roleB - The roleB to set

getRoleXB

public ClsB getRoleXB(int index)
Returns a target in link roleXB.

Parameters:
index - offset in the array
Returns:
ClsB

iteratorRoleXB

public java.util.Iterator iteratorRoleXB()
Returns an iterator for targets in links roleXB

Returns:
java.util.Iterator

sizeRoleXB

public int sizeRoleXB()
Returns the size of the collection roleXB

Returns:
int

addRoleXB

public void addRoleXB(int index,
                      ClsB aClsB)
Inserts a target in link roleXB.

Parameters:
index - offset in the list
aClsB - The ClsB to insert

addRoleXB

public void addRoleXB(ClsB aClsB)
Adds a target at end of link roleXB.

Parameters:
aClsB - The ClsB to insert

removeRoleXB

public void removeRoleXB(int index)
Removes a target in link roleXB

Parameters:
index - offset in the list

clearRoleXB

public void clearRoleXB()
Clears all targets in link roleXB


getRoleC

public ClsC getRoleC(java.lang.Object key)
Returns a target in link roleC.

Parameters:
key - offset in the array
Returns:
ClsC

valuesRoleC

public java.util.Collection valuesRoleC()
Returns a Collection for targets in link roleC

Returns:
java.util.Collection

keySetRoleC

public java.util.Set keySetRoleC()
Returns a Set for keys of targets in link roleC

Returns:
java.util.Set

sizeRoleC

public int sizeRoleC()
Returns the size of the collection roleC

Returns:
int

putRoleC

public void putRoleC(java.lang.Object key,
                     ClsC aClsC)
Inserts a target in link roleC.

Parameters:
key - key in the associative array
aClsC - The ClsC to insert

removeRoleC

public void removeRoleC(java.lang.Object key)
Removes a target in link roleC

Parameters:
key - key in the associative array

clearRoleC

public void clearRoleC()
Clears all targets in link roleC


getRoleG

public ClsG getRoleG()
Returns target of link roleG.

Returns:
ClsG

setRoleG

public void setRoleG(ClsG roleG)
Sets target of link roleG.

Parameters:
roleG - The roleG to set

getRoleD

public ClsD getRoleD(int index)
Returns a target in link roleD.

Parameters:
index - offset in the array
Returns:
ClsD

iteratorRoleD

public java.util.Iterator iteratorRoleD()
Returns an iterator for targets in links roleD

Returns:
java.util.Iterator

sizeRoleD

public int sizeRoleD()
Returns the size of the collection roleD

Returns:
int

addRoleD

public void addRoleD(int index,
                     ClsD aClsD)
Inserts a target in link roleD.

Parameters:
index - offset in the list
aClsD - The ClsD to insert

addRoleD

public void addRoleD(ClsD aClsD)
Adds a target at end of link roleD.

Parameters:
aClsD - The ClsD to insert

removeRoleD

public void removeRoleD(int index)
Removes a target in link roleD

Parameters:
index - offset in the list

clearRoleD

public void clearRoleD()
Clears all targets in link roleD



Copyright © 2003-2006 Thierry Beigbeder. All Rights Reserved.