Package org.cxml

Class Header

java.lang.Object
org.cxml.Header

public class Header extends Object
  • Field Details

    • from

      protected From from
    • to

      protected To to
    • sender

      protected Sender sender
    • path

      protected Path path
    • originalDocument

      protected OriginalDocument originalDocument
  • Constructor Details

    • Header

      public Header()
  • Method Details

    • 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