*
* @return a <code>String</code> value representing the name of the entity
* fulfilling this order
*/
public String getSellerName() {
SellerPartyType party = order.getSellerParty();
return ((NameType) party.getParty().getPartyName().getName().get(0)).getValue();
}