org.milyn.smooks.edi.unedifact.model.r41.types
Class TransferStatus
java.lang.Object
org.milyn.smooks.edi.unedifact.model.r41.types.TransferStatus
- All Implemented Interfaces:
- Serializable, EDIWritable
public class TransferStatus
- extends Object
- implements Serializable, EDIWritable
Transfer Status.
- 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 |
TransferStatus
public TransferStatus()
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.
getSequence
public String getSequence()
setSequence
public void setSequence(String sequence)
getFirstAndLast
public String getFirstAndLast()
setFirstAndLast
public void setFirstAndLast(String firstAndLast)
Copyright © 2018. All rights reserved.