org.milyn.smooks.edi.unedifact.model.r41.types
Class Party
java.lang.Object
org.milyn.smooks.edi.unedifact.model.r41.types.Party
- All Implemented Interfaces:
- Serializable, EDIWritable
public class Party
- extends Object
- implements Serializable, EDIWritable
Interchange Party (sender or recipient).
- Author:
- tom.fennelly@gmail.com
- See Also:
- Serialized Form
|
Constructor Summary |
Party()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Party
public Party()
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 id)
getCodeQualifier
public String getCodeQualifier()
setCodeQualifier
public void setCodeQualifier(String codeQualifier)
getInternalId
public String getInternalId()
setInternalId
public void setInternalId(String internalId)
getInternalSubId
public String getInternalSubId()
setInternalSubId
public void setInternalSubId(String internalSubId)
Copyright © 2018. All rights reserved.