Package org.cxml

Class Header


  • public class Header
    extends java.lang.Object
    • Constructor Detail

      • Header

        public Header()
    • Method Detail

      • getFrom

        public From getFrom()
        Gets the value of the from property.
        Returns:
        possible object is From
      • setFrom

        public void setFrom​(From value)
        Sets the value of the from property.
        Parameters:
        value - allowed object is From
      • getTo

        public To getTo()
        Gets the value of the to property.
        Returns:
        possible object is To
      • setTo

        public void setTo​(To value)
        Sets the value of the to property.
        Parameters:
        value - allowed object is To
      • getSender

        public Sender getSender()
        Gets the value of the sender property.
        Returns:
        possible object is Sender
      • setSender

        public void setSender​(Sender value)
        Sets the value of the sender property.
        Parameters:
        value - allowed object is Sender
      • getPath

        public Path getPath()
        Gets the value of the path property.
        Returns:
        possible object is Path
      • setPath

        public void setPath​(Path value)
        Sets the value of the path property.
        Parameters:
        value - allowed object is Path
      • getOriginalDocument

        public OriginalDocument getOriginalDocument()
        Gets the value of the originalDocument property.
        Returns:
        possible object is OriginalDocument
      • setOriginalDocument

        public void setOriginalDocument​(OriginalDocument value)
        Sets the value of the originalDocument property.
        Parameters:
        value - allowed object is OriginalDocument