Package com.independentsoft.email.mime
Class Header
java.lang.Object
com.independentsoft.email.mime.Header
Class Header.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Header
public Header()Initializes a new instance of the Header class. -
Header
Initializes a new instance of the Header class.- Parameters:
name- The name.value- The value.
-
Header
Initializes a new instance of the Header class.- Parameters:
name- The name.value- The value.
-
-
Method Details
-
toString
Returns a String that represents this instance. -
getName
Gets the name.- Returns:
- The name.
-
setName
Sets the name.- Parameters:
name- The name.
-
getValue
Gets the value.- Returns:
- The value.
-
setValue
Sets the value.- Parameters:
value- The value.
-