org.apache.james.mime4j.dom.field
Interface ContentIdField

All Superinterfaces:
Field, ParsedField
All Known Implementing Classes:
ContentIdFieldImpl

public interface ContentIdField
extends ParsedField


Method Summary
 java.lang.String getId()
          Gets the content ID defined in this field.
 
Methods inherited from interface org.apache.james.mime4j.dom.field.ParsedField
getParseException, isValidField
 
Methods inherited from interface org.apache.james.mime4j.stream.Field
getBody, getName, getRaw
 

Method Detail

getId

java.lang.String getId()
Gets the content ID defined in this field.

Returns:
the content ID or null if not set.


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.