org.dicom4j.network.protocoldataunit
Interface ProtocolDataUnit

All Known Implementing Classes:
AAbortPDU, AbstractAReleasePDU, AbstractProtocolDataUnitItem, AbstractSyntaxItem, AbstractUserInformationSubItem, ApplicationContextItem, AReleaseRPPDU, AReleaseRQPDU, AssociateACPDU, AssociateRJPDU, AssociateRQACPDU, AssociateRQPDU, AsynchronousOperationsWindow, ImplementationClassUID, ImplementationVersionName, MaximumLength, PDataTFPDU, PresentationContextItem, PresentationContextItemAC, PresentationContextItemRQ, ProtocolDataUnit, ScpScuRoleSelection, SOPClassExtendedNegotiation, TransferSyntaxItem, UserInformationItem

public interface ProtocolDataUnit

Protocol Data Unit

Since:
0.0.8
Author:
Laurent Lecomte

Method Summary
 int getLength()
          Return the length of the Protocol Data Unit
 String getName()
          Return the name of the Protocol Data Unit
 SOPClassRegistry getSopClassRegistry()
          return the SOPClassRegistry
 ProtocolDataUnitType getType()
           
 void setSopClassRegistry(SOPClassRegistry sopClassRegistry)
          set the SOPClassRegistry
 String toString()
          return the ProtocolDataUnit as a string
 

Method Detail

getType

ProtocolDataUnitType getType()

getLength

int getLength()
Return the length of the Protocol Data Unit

Returns:
the length

getName

String getName()
Return the name of the Protocol Data Unit

Returns:
the name

toString

String toString()
return the ProtocolDataUnit as a string

Overrides:
toString in class Object
Returns:
ProtocolDataUnit as string

getSopClassRegistry

SOPClassRegistry getSopClassRegistry()
return the SOPClassRegistry

Returns:
the SOPClassRegistry

setSopClassRegistry

void setSopClassRegistry(SOPClassRegistry sopClassRegistry)
set the SOPClassRegistry

Parameters:
sopClassRegistry - the SOPClassRegistry


Copyright © 2009 dicom4j. All Rights Reserved.