public class MessageProperty
extends Object
Represents a single message property.
- Since:
- 0.9.18
- Author:
- Philip Helger
-
Nested Class Summary
Nested Classes
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
MessageProperty
public MessageProperty(@Nonnull @Nonempty
String sName,
@Nullable
String sType,
@Nonnull @Nonempty
String sValue)
-
Method Details
-
getName
@Nonnull
@Nonempty
public final String getName()
-
getType
@Nullable
public final String getType()
-
getValue
@Nonnull
@Nonempty
public final String getValue()
-
getAsEbms3Property
@Nonnull
@ReturnsMutableCopy
public Ebms3Property getAsEbms3Property()
-
-
-
-
-