Class WinningPartyType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.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 Summary
Constructors Constructor Description WinningPartyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PartyTypegetParty()Gets the value of the party property.RankTypegetRank()Gets the value of the rank property.voidsetParty(PartyType value)Sets the value of the party property.voidsetRank(RankType value)Sets the value of the rank property.
-
-
-
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 isRankType
-
getParty
public PartyType getParty()
Gets the value of the party property.- Returns:
- possible object is
PartyType
-
-