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

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

public class Application
extends Object
implements Serializable, EDIWritable

Application.

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

Constructor Summary
Application()
           
 
Method Summary
 String getCodeQualifier()
           
 String getId()
           
 void setCodeQualifier(String refQualifier)
           
 void setId(String ref)
           
 void write(Writer writer, org.milyn.edisax.model.internal.Delimiters delimiters)
          Write the bean to the specified Writer instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Application

public Application()
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
Parameters:
writer - The target writer.
delimiters - The delimiters.
Throws:
IOException - Error writing bean.

getId

public String getId()

setId

public void setId(String ref)

getCodeQualifier

public String getCodeQualifier()

setCodeQualifier

public void setCodeQualifier(String refQualifier)


Copyright © 2018. All rights reserved.