Skip to content

Instantly share code, notes, and snippets.

@hinunbi
Created November 11, 2013 08:49
Show Gist options
  • Save hinunbi/7409974 to your computer and use it in GitHub Desktop.
Save hinunbi/7409974 to your computer and use it in GitHub Desktop.
Msg0200200101.java
package camel.example.beanio.message;
import org.apache.commons.lang.builder.ReflectionToStringBuilder;
import org.apache.commons.lang.builder.ToStringStyle;
public class Msg0200200101 {
public Header header;
public BodyCommon bodyCommon;
public Body200101 body200101;
public String toString() {
return ReflectionToStringBuilder.toString(this, ToStringStyle.MULTI_LINE_STYLE);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment