Package org.cxml
Class Header
- java.lang.Object
-
- org.cxml.Header
-
public class Header extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Fromfromprotected OriginalDocumentoriginalDocumentprotected Pathpathprotected Sendersenderprotected Toto
-
Constructor Summary
Constructors Constructor Description Header()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FromgetFrom()Gets the value of the from property.OriginalDocumentgetOriginalDocument()Gets the value of the originalDocument property.PathgetPath()Gets the value of the path property.SendergetSender()Gets the value of the sender property.TogetTo()Gets the value of the to property.voidsetFrom(From value)Sets the value of the from property.voidsetOriginalDocument(OriginalDocument value)Sets the value of the originalDocument property.voidsetPath(Path value)Sets the value of the path property.voidsetSender(Sender value)Sets the value of the sender property.voidsetTo(To value)Sets the value of the to property.
-
-
-
Field Detail
-
from
protected From from
-
to
protected To to
-
sender
protected Sender sender
-
path
protected Path path
-
originalDocument
protected OriginalDocument originalDocument
-
-
Method Detail
-
setFrom
public void setFrom(From value)
Sets the value of the from property.- Parameters:
value- allowed object isFrom
-
setTo
public void setTo(To value)
Sets the value of the to property.- Parameters:
value- allowed object isTo
-
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 isSender
-
setPath
public void setPath(Path value)
Sets the value of the path property.- Parameters:
value- allowed object isPath
-
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 isOriginalDocument
-
-