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

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

public class Ref
extends Object
implements Serializable, EDIWritable

Reference.

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

Constructor Summary
Ref()
           
 
Method Summary
 String getRef()
           
 String getRefQualifier()
           
 void setRef(String ref)
           
 void setRefQualifier(String refQualifier)
           
 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

Ref

public Ref()
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.

getRef

public String getRef()

setRef

public void setRef(String ref)

getRefQualifier

public String getRefQualifier()

setRefQualifier

public void setRefQualifier(String refQualifier)


Copyright © 2018. All rights reserved.