Package org.cxml
Class Header
java.lang.Object
org.cxml.Header
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Fromprotected OriginalDocumentprotected Pathprotected Senderprotected To -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFrom()Gets the value of the from property.Gets the value of the originalDocument property.getPath()Gets the value of the path property.Gets the value of the sender property.getTo()Gets the value of the to property.voidSets the value of the from property.voidSets the value of the originalDocument property.voidSets the value of the path property.voidSets the value of the sender property.voidSets the value of the to property.
-
Field Details
-
from
-
to
-
sender
-
path
-
originalDocument
-
-
Constructor Details
-
Header
public Header()
-
-
Method Details
-
getFrom
Gets the value of the from property.- Returns:
- possible object is
From
-
setFrom
Sets the value of the from property.- Parameters:
value- allowed object isFrom
-
getTo
Gets the value of the to property.- Returns:
- possible object is
To
-
setTo
Sets the value of the to property.- Parameters:
value- allowed object isTo
-
getSender
Gets the value of the sender property.- Returns:
- possible object is
Sender
-
setSender
Sets the value of the sender property.- Parameters:
value- allowed object isSender
-
getPath
Gets the value of the path property.- Returns:
- possible object is
Path
-
setPath
Sets the value of the path property.- Parameters:
value- allowed object isPath
-
getOriginalDocument
Gets the value of the originalDocument property.- Returns:
- possible object is
OriginalDocument
-
setOriginalDocument
Sets the value of the originalDocument property.- Parameters:
value- allowed object isOriginalDocument
-