Uses of Class
org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.PartyId
-
Packages that use PartyId Package Description org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 -
-
Uses of PartyId 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 PartyId Modifier and Type Field Description protected PartyIdPartyId.Builder. _storedValueFields in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with type parameters of type PartyId Modifier and Type Field Description protected List<PartyId>From. partyIdprotected List<PartyId>To. partyIdMethods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with type parameters of type PartyId Modifier and Type Method Description protected <_P extends PartyId>
_PPartyId.Builder. init(_P _product)Methods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 that return PartyId Modifier and Type Method Description PartyIdPartyId.Builder. build()PartyIdObjectFactory. createPartyId()Create an instance ofPartyIdMethods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 that return types with arguments of type PartyId Modifier and Type Method Description List<PartyId>From. getPartyId()Gets the value of the partyId property.List<PartyId>To. getPartyId()Gets the value of the partyId property.Methods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with parameters of type PartyId Modifier and Type Method Description From.Builder<_B>From.Builder. addPartyId(PartyId... partyId)Adds the given items to the value of "partyId"To.Builder<_B>To.Builder. addPartyId(PartyId... partyId)Adds the given items to the value of "partyId"static PartyId.Builder<Void>PartyId. copyExcept(PartyId _other, com.kscs.util.jaxb.PropertyTree _propertyTree)PartyId.Builder<_B>PartyId.Builder. copyOf(PartyId _other)static <_B> PartyId.Builder<_B>PartyId. copyOf(PartyId _other)static <_B> PartyId.Builder<_B>PartyId. copyOf(PartyId _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static PartyId.Builder<Void>PartyId. copyOnly(PartyId _other, com.kscs.util.jaxb.PropertyTree _propertyTree)From.Builder<_B>From.Builder. withPartyId(PartyId... partyId)Sets the new value of "partyId" (any previous value will be replaced)To.Builder<_B>To.Builder. withPartyId(PartyId... partyId)Sets the new value of "partyId" (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 PartyId Modifier and Type Method Description From.Builder<_B>From.Builder. addPartyId(Iterable<? extends PartyId> partyId)Adds the given items to the value of "partyId"To.Builder<_B>To.Builder. addPartyId(Iterable<? extends PartyId> partyId)Adds the given items to the value of "partyId"From.Builder<_B>From.Builder. withPartyId(Iterable<? extends PartyId> partyId)Sets the new value of "partyId" (any previous value will be replaced)To.Builder<_B>To.Builder. withPartyId(Iterable<? extends PartyId> partyId)Sets the new value of "partyId" (any previous value will be replaced)Constructors in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with parameters of type PartyId Constructor Description Builder(_B _parentBuilder, PartyId _other, boolean _copy)Builder(_B _parentBuilder, PartyId _other, boolean _copy, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-