Package org.mustangproject
Class IncludedNote
- java.lang.Object
-
- org.mustangproject.IncludedNote
-
public class IncludedNote extends java.lang.ObjectA grouping of business terms to indicate accounting-relevant free texts including a qualification of these.
-
-
Constructor Summary
Constructors Constructor Description IncludedNote()bean constructorIncludedNote(java.lang.String content, SubjectCode subjectCode)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IncludedNotecustomsNote(java.lang.String content)static IncludedNotediscountBonusNote(java.lang.String content)static IncludedNotegeneralNote(java.lang.String content)java.lang.StringgetContent()SubjectCodegetSubjectCode()static IncludedNoteintroductionNote(java.lang.String content)static IncludedNotelegalNote(java.lang.String content)static IncludedNoteregulatoryNote(java.lang.String content)static IncludedNotesellerNote(java.lang.String content)IncludedNotesetContent(java.lang.String content)IncludedNotesetSubjectCode(SubjectCode subjectCode)static IncludedNotetaxNote(java.lang.String content)java.lang.StringtoCiiXml()static IncludedNoteunspecifiedNote(java.lang.String content)
-
-
-
Constructor Detail
-
IncludedNote
public IncludedNote(java.lang.String content, SubjectCode subjectCode)
-
IncludedNote
public IncludedNote()
bean constructor
-
-
Method Detail
-
generalNote
public static IncludedNote generalNote(java.lang.String content)
-
regulatoryNote
public static IncludedNote regulatoryNote(java.lang.String content)
-
legalNote
public static IncludedNote legalNote(java.lang.String content)
-
customsNote
public static IncludedNote customsNote(java.lang.String content)
-
sellerNote
public static IncludedNote sellerNote(java.lang.String content)
-
taxNote
public static IncludedNote taxNote(java.lang.String content)
-
introductionNote
public static IncludedNote introductionNote(java.lang.String content)
-
discountBonusNote
public static IncludedNote discountBonusNote(java.lang.String content)
-
unspecifiedNote
public static IncludedNote unspecifiedNote(java.lang.String content)
-
getContent
public java.lang.String getContent()
-
getSubjectCode
public SubjectCode getSubjectCode()
-
setSubjectCode
public IncludedNote setSubjectCode(SubjectCode subjectCode)
-
setContent
public IncludedNote setContent(java.lang.String content)
-
toCiiXml
public java.lang.String toCiiXml()
-
-