Package com.helger.phase4.model
Class MessageProperty
java.lang.Object
com.helger.phase4.model.MessageProperty
Represents a single message property.
- Since:
- 0.9.18
- Author:
- Philip Helger
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionMessageProperty(@NonNull @Nonempty String sName, @Nullable String sType, @NonNull @Nonempty String sValue) -
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull MessageProperty.Builderbuilder()static @NonNull MessageProperty.Builderbuilder(@Nullable Ebms3Property a) boolean@NonNull Ebms3Propertyfinal @NonNull @Nonempty StringgetName()final @Nullable StringgetType()final @NonNull @Nonempty StringgetValue()inthashCode()toString()