Class IncludedNote


  • public class IncludedNote
    extends java.lang.Object
    A grouping of business terms to indicate accounting-relevant free texts including a qualification of these.
    • 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()
      • setContent

        public IncludedNote setContent​(java.lang.String content)
      • toCiiXml

        public java.lang.String toCiiXml()