Class XrefContainer

    • Constructor Detail

      • XrefContainer

        public XrefContainer()
    • Method Detail

      • setJAXBPrimaryRef

        public void setJAXBPrimaryRef​(Xref value)
        Sets the value of the primaryRef property.
        Parameters:
        value - allowed object is XmlXref
      • getJAXBSecondaryRefs

        public List<Xref> getJAXBSecondaryRefs()
        Gets the value of the secondaryReves property.

        This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the secondaryReves property.

        For example, to add a new item, do as follows:

            getSecondaryReves().add(newItem);
         

        Objects of the following type(s) are allowed in the list XmlXref

        Returns:
        a List object.
      • getXrefs

        public List<Xref> getXrefs()

        Getter for the field xrefs.

        Returns:
        a List object.
      • isEmpty

        public boolean isEmpty()

        isEmpty.

        Returns:
        a boolean.
      • sourceLocation

        public Locator sourceLocation()
        Specified by:
        sourceLocation in interface com.sun.xml.bind.Locatable
      • toString

        public String toString()

        toString

        Specified by:
        toString in interface FileSourceContext
        Overrides:
        toString in class Object
        Returns:
        the file source context as a String. If the source locator is not null, it should give the source locator properties
      • initialiseXrefs

        protected void initialiseXrefs()

        initialiseXrefs.

      • initialiseXrefsWith

        protected void initialiseXrefsWith​(List<Xref> list)

        initialiseXrefsWith.

        Parameters:
        list - a List object.
      • initialiseSecondaryRefs

        protected void initialiseSecondaryRefs()

        initialiseSecondaryRefs.

      • processAddedPrimaryRef

        protected void processAddedPrimaryRef​(Xref added)

        processAddedPrimaryRef.

        Parameters:
        added - a Xref object.