Package org.bedework.caldav.server
Class IscheduleMessage
- java.lang.Object
-
- org.bedework.caldav.server.IscheduleMessage
-
- All Implemented Interfaces:
Serializable,org.apache.james.jdkim.api.Headers
- Direct Known Subclasses:
IscheduleIn
public class IscheduleMessage extends Object implements org.apache.james.jdkim.api.Headers, Serializable
- Author:
- douglm
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected org.apache.james.jdkim.tagvalue.SignatureRecordImpldkimSignatureprotected StringiScheduleMessageIdprotected StringiScheduleVersionprotected Stringoriginatorvalue of the Originator headerprotected Set<String>recipientsvalues of Recipient headers
-
Constructor Summary
Constructors Constructor Description IscheduleMessage()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddField(String nameLc)Add a fieldvoidaddHeader(String name, String val)Update the headersorg.apache.james.jdkim.api.SignatureRecordgetDkimSignature()Get the dkim signatureList<String>getFields()List<String>getFields(String val)List<String>getFieldVals(String val)StringgetIScheduleMessageId()Get the iScheduleMessageIdStringgetIScheduleVersion()Get the iScheduleVersionStringgetOriginator()Get the originatorSet<String>getRecipients()Get the recipientsStringtoString()
-
-
-
Method Detail
-
addField
public void addField(String nameLc)
Add a field- Parameters:
nameLc-
-
addHeader
public void addHeader(String name, String val)
Update the headers- Parameters:
name-val-
-
getOriginator
public String getOriginator()
Get the originator- Returns:
- String originator
-
getRecipients
public Set<String> getRecipients()
Get the recipients- Returns:
- Set of String recipients
-
getIScheduleVersion
public String getIScheduleVersion()
Get the iScheduleVersion- Returns:
- String iScheduleVersion
-
getIScheduleMessageId
public String getIScheduleMessageId()
Get the iScheduleMessageId- Returns:
- String iScheduleMessageId
-
getDkimSignature
public org.apache.james.jdkim.api.SignatureRecord getDkimSignature()
Get the dkim signature- Returns:
- SignatureRecord
-
getFields
public List<String> getFields()
- Specified by:
getFieldsin interfaceorg.apache.james.jdkim.api.Headers
-
getFields
public List<String> getFields(String val)
- Specified by:
getFieldsin interfaceorg.apache.james.jdkim.api.Headers
-
getFieldVals
public List<String> getFieldVals(String val)
- Parameters:
val-- Returns:
- header values without the name: part
-
-