Class ShareholderPartyType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.ShareholderPartyType
-
public class ShareholderPartyType extends Object
Java class for ShareholderPartyType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="ShareholderPartyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}PartecipationPercent" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Party" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PartecipationPercentTypepartecipationPercentprotected PartyTypeparty
-
Constructor Summary
Constructors Constructor Description ShareholderPartyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PartecipationPercentTypegetPartecipationPercent()Gets the value of the partecipationPercent property.PartyTypegetParty()Gets the value of the party property.voidsetPartecipationPercent(PartecipationPercentType value)Sets the value of the partecipationPercent property.voidsetParty(PartyType value)Sets the value of the party property.
-
-
-
Field Detail
-
partecipationPercent
protected PartecipationPercentType partecipationPercent
-
party
protected PartyType party
-
-
Method Detail
-
getPartecipationPercent
public PartecipationPercentType getPartecipationPercent()
Gets the value of the partecipationPercent property.- Returns:
- possible object is
PartecipationPercentType
-
setPartecipationPercent
public void setPartecipationPercent(PartecipationPercentType value)
Sets the value of the partecipationPercent property.- Parameters:
value- allowed object isPartecipationPercentType
-
getParty
public PartyType getParty()
Gets the value of the party property.- Returns:
- possible object is
PartyType
-
-