org.milyn.smooks.edi.unedifact.model.r41.types
Class MessageIdentifier

java.lang.Object
  extended by org.milyn.smooks.edi.unedifact.model.r41.types.Identifier
      extended by org.milyn.smooks.edi.unedifact.model.r41.types.SourceIdentifier
          extended by org.milyn.smooks.edi.unedifact.model.r41.types.MessageIdentifier
All Implemented Interfaces:
Serializable, EDIWritable

public class MessageIdentifier
extends SourceIdentifier
implements Serializable, EDIWritable

Message Identifier.

Author:
tom.fennelly@gmail.com
See Also:
Serialized Form

Constructor Summary
MessageIdentifier()
           
 
Method Summary
 String getAssociationAssignedCode()
           
 String getCodeListDirVersionNum()
           
 String getTypeSubFunctionId()
           
 void setAssociationAssignedCode(String associationAssignedCode)
           
 void setCodeListDirVersionNum(String codeListDirVersionNum)
           
 void setTypeSubFunctionId(String typeSubFunctionId)
           
 void write(Writer writer, org.milyn.edisax.model.internal.Delimiters delimiters)
          Write the bean to the specified Writer instance.
 
Methods inherited from class org.milyn.smooks.edi.unedifact.model.r41.types.SourceIdentifier
getControllingAgencyCode, setControllingAgencyCode
 
Methods inherited from class org.milyn.smooks.edi.unedifact.model.r41.types.Identifier
getId, getReleaseNum, getVersionNum, setId, setReleaseNum, setVersionNum
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageIdentifier

public MessageIdentifier()
Method Detail

write

public void write(Writer writer,
                  org.milyn.edisax.model.internal.Delimiters delimiters)
           throws IOException
Description copied from interface: EDIWritable
Write the bean to the specified Writer instance.

Specified by:
write in interface EDIWritable
Overrides:
write in class SourceIdentifier
Parameters:
writer - The target writer.
delimiters - The delimiters.
Throws:
IOException - Error writing bean.

getAssociationAssignedCode

public String getAssociationAssignedCode()

setAssociationAssignedCode

public void setAssociationAssignedCode(String associationAssignedCode)

getCodeListDirVersionNum

public String getCodeListDirVersionNum()

setCodeListDirVersionNum

public void setCodeListDirVersionNum(String codeListDirVersionNum)

getTypeSubFunctionId

public String getTypeSubFunctionId()

setTypeSubFunctionId

public void setTypeSubFunctionId(String typeSubFunctionId)


Copyright © 2018. All rights reserved.