Ejemplo n.º 1
0
        ///
        ///     <summary> * Get all PrintingUnitWebPath from the current element
        ///     *  </summary>
        ///     * <returns> Collection<JDFProductionSubPath> </returns>
        ///
        public virtual ICollection <JDFProductionSubPath> getAllPrintingUnitWebPath()
        {
            List <JDFProductionSubPath> v = new List <JDFProductionSubPath>();

            JDFProductionSubPath kElem = (JDFProductionSubPath)getFirstChildElement(ElementName.PRINTINGUNITWEBPATH, null);

            while (kElem != null)
            {
                v.Add(kElem);

                kElem = (JDFProductionSubPath)kElem.getNextSiblingElement(ElementName.PRINTINGUNITWEBPATH, null);
            }

            return(v);
        }
Ejemplo n.º 2
0
        ///
        ///     <summary> * Get all PostPressComponentPath from the current element
        ///     *  </summary>
        ///     * <returns> Collection<JDFProductionSubPath> </returns>
        ///
        public virtual ICollection <JDFProductionSubPath> getAllPostPressComponentPath()
        {
            List <JDFProductionSubPath> v = new List <JDFProductionSubPath>();

            JDFProductionSubPath kElem = (JDFProductionSubPath)getFirstChildElement(ElementName.POSTPRESSCOMPONENTPATH, null);

            while (kElem != null)
            {
                v.Add(kElem);

                kElem = (JDFProductionSubPath)kElem.getNextSiblingElement(ElementName.POSTPRESSCOMPONENTPATH, null);
            }

            return(v);
        }