Uses of Class
org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704.PartyId

Packages that use PartyId
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 with type parameters of type PartyId
protected  List<PartyId> To.partyIds
           
protected  List<PartyId> From.partyIds
           
 

Methods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 that return PartyId
 PartyId ObjectFactory.createPartyId()
          Create an instance of PartyId
 PartyId PartyId.withType(String value)
           
 PartyId PartyId.withValue(String value)
           
 

Methods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 that return types with arguments of type PartyId
 List<PartyId> To.getPartyIds()
          Gets the value of the partyIds property.
 List<PartyId> From.getPartyIds()
          Gets the value of the partyIds property.
 

Methods in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with parameters of type PartyId
 To To.withPartyIds(PartyId... values)
           
 From From.withPartyIds(PartyId... values)
           
 

Method parameters in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with type arguments of type PartyId
 void To.setPartyIds(List<PartyId> value)
           
 void From.setPartyIds(List<PartyId> value)
           
 To To.withPartyIds(Collection<PartyId> values)
           
 From From.withPartyIds(Collection<PartyId> values)
           
 To To.withPartyIds(List<PartyId> value)
           
 From From.withPartyIds(List<PartyId> value)
           
 

Constructor parameters in org.oasis_open.docs.ebxml_msg.ebms.v3_0.ns.core._200704 with type arguments of type PartyId
From(List<PartyId> partyIds, String role)
          Fully-initialising value constructor
To(List<PartyId> partyIds, String role)
          Fully-initialising value constructor
 



Copyright © 2014 Digipost Open Source. All Rights Reserved.