Example #1
0
        @Override
        public void write(
            CallingPartyNumberImpl callingPartyNumber, javolution.xml.XMLFormat.OutputElement xml)
            throws XMLStreamException {
          ISUP_ABSTRACT_NAI_NUMBER_XML.write(callingPartyNumber, xml);

          xml.setAttribute(NUMBERING_PLAN_INDICATOR, callingPartyNumber.numberingPlanIndicator);
          xml.setAttribute(
              NUMBER_NUMBER_INCOMPLETE_INDICATOR, callingPartyNumber.numberIncompleteIndicator);
          xml.setAttribute(
              ADDRESS_REPRESENTATION_RESTRICTED_INDICATOR,
              callingPartyNumber.addressRepresentationRestrictedIndicator);
          xml.setAttribute(SCREENING_INDICATOR, callingPartyNumber.screeningIndicator);
        }