com.pixelmed.network
Class SCUSCPRoleSelection

java.lang.Object
  extended by com.pixelmed.network.SCUSCPRoleSelection

public class SCUSCPRoleSelection
extends Object


Constructor Summary
SCUSCPRoleSelection(String abstractSyntaxUID, boolean scuRole, boolean scpRole)
           
SCUSCPRoleSelection(String abstractSyntaxUID, byte scuRole, byte scpRole)
           
 
Method Summary
 String getAbstractSyntaxUID()
           
 boolean isSCPRoleSupported()
           
 boolean isSCURoleSupported()
           
 void setSCPRoleSupported(boolean supported)
           
 void setSCURoleSupported(boolean supported)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SCUSCPRoleSelection

public SCUSCPRoleSelection(String abstractSyntaxUID,
                           byte scuRole,
                           byte scpRole)
Parameters:
abstractSyntaxUID -

SCUSCPRoleSelection

public SCUSCPRoleSelection(String abstractSyntaxUID,
                           boolean scuRole,
                           boolean scpRole)
Parameters:
abstractSyntaxUID -
scuRole - true if supported
scpRole - true if supported
Method Detail

getAbstractSyntaxUID

public String getAbstractSyntaxUID()

isSCURoleSupported

public boolean isSCURoleSupported()

setSCURoleSupported

public void setSCURoleSupported(boolean supported)
Parameters:
supported - true if supported, false if not

isSCPRoleSupported

public boolean isSCPRoleSupported()

setSCPRoleSupported

public void setSCPRoleSupported(boolean supported)
Parameters:
supported - true if supported, false if not

toString

public String toString()
Overrides:
toString in class Object