Class WinningPartyType


  • public class WinningPartyType
    extends Object

    Java class for WinningPartyType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="WinningPartyType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Rank" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Party"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • WinningPartyType

        public WinningPartyType()
    • Method Detail

      • getRank

        public RankType getRank()
        Gets the value of the rank property.
        Returns:
        possible object is RankType
      • setRank

        public void setRank​(RankType value)
        Sets the value of the rank property.
        Parameters:
        value - allowed object is RankType
      • getParty

        public PartyType getParty()
        Gets the value of the party property.
        Returns:
        possible object is PartyType
      • setParty

        public void setParty​(PartyType value)
        Sets the value of the party property.
        Parameters:
        value - allowed object is PartyType