org.milyn.smooks.edi.unedifact.model.r41.types
Class Application
java.lang.Object
org.milyn.smooks.edi.unedifact.model.r41.types.Application
- All Implemented Interfaces:
- java.io.Serializable, EDIWritable
public class Application
- extends java.lang.Object
- implements java.io.Serializable, EDIWritable
Application.
- Author:
- tom.fennelly@gmail.com
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Application
public Application()
write
public void write(java.io.Writer writer,
Delimiters delimiters)
throws java.io.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:
java.io.IOException - Error writing bean.
getId
public java.lang.String getId()
setId
public void setId(java.lang.String ref)
getCodeQualifier
public java.lang.String getCodeQualifier()
setCodeQualifier
public void setCodeQualifier(java.lang.String refQualifier)
Copyright © 2011. All Rights Reserved.