Uses of Class
org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.PartInfo
-
Packages that use PartInfo Package Description network.oxalis.as4.inbound org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 -
-
Uses of PartInfo in network.oxalis.as4.inbound
Methods in network.oxalis.as4.inbound with parameters of type PartInfo Modifier and Type Method Description static booleanAs4InboundHandler. partInfoMissingMimeTypeHeader(PartInfo partInfo) -
Uses of PartInfo in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704
Fields in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 declared as PartInfo Modifier and Type Field Description protected PartInfoPartInfo.Builder. _storedValueFields in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with type parameters of type PartInfo Modifier and Type Field Description protected List<PartInfo>PayloadInfo. partInfoMethods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with type parameters of type PartInfo Modifier and Type Method Description protected <_P extends PartInfo>
_PPartInfo.Builder. init(_P _product)Methods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 that return PartInfo Modifier and Type Method Description PartInfoPartInfo.Builder. build()PartInfoObjectFactory. createPartInfo()Create an instance ofPartInfoMethods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 that return types with arguments of type PartInfo Modifier and Type Method Description List<PartInfo>PayloadInfo. getPartInfo()Gets the value of the partInfo property.Methods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with parameters of type PartInfo Modifier and Type Method Description PayloadInfo.Builder<_B>PayloadInfo.Builder. addPartInfo(PartInfo... partInfo)Adds the given items to the value of "partInfo"static PartInfo.Builder<Void>PartInfo. copyExcept(PartInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree)PartInfo.Builder<_B>PartInfo.Builder. copyOf(PartInfo _other)static <_B> PartInfo.Builder<_B>PartInfo. copyOf(PartInfo _other)static <_B> PartInfo.Builder<_B>PartInfo. copyOf(PartInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static PartInfo.Builder<Void>PartInfo. copyOnly(PartInfo _other, com.kscs.util.jaxb.PropertyTree _propertyTree)PayloadInfo.Builder<_B>PayloadInfo.Builder. withPartInfo(PartInfo... partInfo)Sets the new value of "partInfo" (any previous value will be replaced)Method parameters in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with type arguments of type PartInfo Modifier and Type Method Description PayloadInfo.Builder<_B>PayloadInfo.Builder. addPartInfo(Iterable<? extends PartInfo> partInfo)Adds the given items to the value of "partInfo"PayloadInfo.Builder<_B>PayloadInfo.Builder. withPartInfo(Iterable<? extends PartInfo> partInfo)Sets the new value of "partInfo" (any previous value will be replaced)Constructors in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with parameters of type PartInfo Constructor Description Builder(_B _parentBuilder, PartInfo _other, boolean _copy)Builder(_B _parentBuilder, PartInfo _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-