Uses of Class
com.helger.phase4.ebms3header.Ebms3Property
Packages that use Ebms3Property
Package
Description
This class was annotated by ph-jaxb-plugin -Xph-package-null-marked
-
Uses of Ebms3Property in com.helger.phase4.client
Methods in com.helger.phase4.client that return types with arguments of type Ebms3PropertyModifier and TypeMethodDescriptionfinal @NonNull com.helger.collection.commons.ICommonsList<Ebms3Property> AS4ClientUserMessage.ebms3Properties()With properties optional info can be added for the receiving party. -
Uses of Ebms3Property in com.helger.phase4.ebms3header
Methods in com.helger.phase4.ebms3header that return Ebms3PropertyModifier and TypeMethodDescriptionEbms3Property.clone()Created by ph-jaxb-plugin -Xph-cloneable2@NonNull Ebms3PropertyObjectFactory.createEbms3Property()Create an instance ofEbms3Property@Nullable Ebms3PropertyEbms3MessageProperties.getPropertyAtIndex(int index) Created by ph-jaxb-plugin -Xph-list-extension@Nullable Ebms3PropertyEbms3PartProperties.getPropertyAtIndex(int index) Created by ph-jaxb-plugin -Xph-list-extensionMethods in com.helger.phase4.ebms3header that return types with arguments of type Ebms3PropertyModifier and TypeMethodDescription@NonNull List<Ebms3Property> Ebms3MessageProperties.getProperty()Gets the value of the property property.@NonNull List<Ebms3Property> Ebms3PartProperties.getProperty()Gets the value of the property property.Methods in com.helger.phase4.ebms3header with parameters of type Ebms3PropertyModifier and TypeMethodDescriptionvoidEbms3MessageProperties.addProperty(@NonNull Ebms3Property elem) Created by ph-jaxb-plugin -Xph-list-extensionvoidEbms3PartProperties.addProperty(@NonNull Ebms3Property elem) Created by ph-jaxb-plugin -Xph-list-extensionvoidEbms3Property.cloneTo(Ebms3Property ret) This method clones all values fromthisto the passed object.Method parameters in com.helger.phase4.ebms3header with type arguments of type Ebms3PropertyModifier and TypeMethodDescriptionvoidEbms3MessageProperties.setProperty(@Nullable List<Ebms3Property> aList) Created by ph-jaxb-plugin -Xph-list-extensionvoidEbms3PartProperties.setProperty(@Nullable List<Ebms3Property> aList) Created by ph-jaxb-plugin -Xph-list-extension -
Uses of Ebms3Property in com.helger.phase4.model
Methods in com.helger.phase4.model that return Ebms3PropertyMethods in com.helger.phase4.model with parameters of type Ebms3PropertyModifier and TypeMethodDescriptionstatic @NonNull MessageProperty.BuilderMessageProperty.builder(@Nullable Ebms3Property a) -
Uses of Ebms3Property in com.helger.phase4.model.message
Methods in com.helger.phase4.model.message that return Ebms3PropertyModifier and TypeMethodDescriptionstatic @NonNull Ebms3PropertyMessageHelperMethods.createEbms3Property(@NonNull @Nonempty String sName, @NonNull String sValue) static @NonNull Ebms3PropertyMessageHelperMethods.createEbms3Property(@NonNull @Nonempty String sName, @Nullable String sType, @NonNull String sValue) Methods in com.helger.phase4.model.message with parameters of type Ebms3PropertyModifier and TypeMethodDescriptionstatic @Nullable Ebms3MessagePropertiesMessageHelperMethods.createEbms3MessageProperties(@Nullable Ebms3Property... aEbms3Properties) Method parameters in com.helger.phase4.model.message with type arguments of type Ebms3PropertyModifier and TypeMethodDescriptionstatic @Nullable Ebms3MessagePropertiesMessageHelperMethods.createEbms3MessageProperties(@Nullable List<Ebms3Property> aEbms3Properties) -
Uses of Ebms3Property in com.helger.phase4.sender
Methods in com.helger.phase4.sender with parameters of type Ebms3PropertyModifier and TypeMethodDescriptionfinal @NonNull IMPLTYPEAbstractAS4UserMessageBuilder.addMessageProperty(@Nullable Ebms3Property a) final @NonNull IMPLTYPEAbstractAS4UserMessageBuilder.messageProperty(@Nullable Ebms3Property a) Method parameters in com.helger.phase4.sender with type arguments of type Ebms3PropertyModifier and TypeMethodDescriptionfinal @NonNull IMPLTYPEAbstractAS4UserMessageBuilder.addEbmsProperties(@Nullable Iterable<? extends Ebms3Property> a)