Class PowerOfAttorneyType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.PowerOfAttorneyType
-
public class PowerOfAttorneyType extends Object
Java class for PowerOfAttorneyType complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType name="PowerOfAttorneyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IssueDate" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IssueTime" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Description" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}NotaryParty" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}AgentParty"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}WitnessParty" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}MandateDocumentReference" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected PartyTypeagentPartyprotected List<DescriptionType>descriptionprotected IDTypeidprotected IssueDateTypeissueDateprotected IssueTimeTypeissueTimeprotected List<DocumentReferenceType>mandateDocumentReferenceprotected PartyTypenotaryPartyprotected List<PartyType>witnessParty
-
Constructor Summary
Constructors Constructor Description PowerOfAttorneyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PartyTypegetAgentParty()Gets the value of the agentParty property.List<DescriptionType>getDescription()Gets the value of the description property.IDTypegetID()Gets the value of the id property.IssueDateTypegetIssueDate()Gets the value of the issueDate property.IssueTimeTypegetIssueTime()Gets the value of the issueTime property.List<DocumentReferenceType>getMandateDocumentReference()Gets the value of the mandateDocumentReference property.PartyTypegetNotaryParty()Gets the value of the notaryParty property.List<PartyType>getWitnessParty()Gets the value of the witnessParty property.voidsetAgentParty(PartyType value)Sets the value of the agentParty property.voidsetID(IDType value)Sets the value of the id property.voidsetIssueDate(IssueDateType value)Sets the value of the issueDate property.voidsetIssueTime(IssueTimeType value)Sets the value of the issueTime property.voidsetNotaryParty(PartyType value)Sets the value of the notaryParty property.
-
-
-
Field Detail
-
id
protected IDType id
-
issueDate
protected IssueDateType issueDate
-
issueTime
protected IssueTimeType issueTime
-
description
protected List<DescriptionType> description
-
notaryParty
protected PartyType notaryParty
-
agentParty
protected PartyType agentParty
-
mandateDocumentReference
protected List<DocumentReferenceType> mandateDocumentReference
-
-
Method Detail
-
setID
public void setID(IDType value)
Sets the value of the id property.- Parameters:
value- allowed object isIDType
-
getIssueDate
public IssueDateType getIssueDate()
Gets the value of the issueDate property.- Returns:
- possible object is
IssueDateType
-
setIssueDate
public void setIssueDate(IssueDateType value)
Sets the value of the issueDate property.- Parameters:
value- allowed object isIssueDateType
-
getIssueTime
public IssueTimeType getIssueTime()
Gets the value of the issueTime property.- Returns:
- possible object is
IssueTimeType
-
setIssueTime
public void setIssueTime(IssueTimeType value)
Sets the value of the issueTime property.- Parameters:
value- allowed object isIssueTimeType
-
getDescription
public List<DescriptionType> getDescription()
Gets the value of the description property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the description property.For example, to add a new item, do as follows:
getDescription().add(newItem);
Objects of the following type(s) are allowed in the list
DescriptionType- Returns:
- The value of the description property.
-
getNotaryParty
public PartyType getNotaryParty()
Gets the value of the notaryParty property.- Returns:
- possible object is
PartyType
-
setNotaryParty
public void setNotaryParty(PartyType value)
Sets the value of the notaryParty property.- Parameters:
value- allowed object isPartyType
-
getAgentParty
public PartyType getAgentParty()
Gets the value of the agentParty property.- Returns:
- possible object is
PartyType
-
setAgentParty
public void setAgentParty(PartyType value)
Sets the value of the agentParty property.- Parameters:
value- allowed object isPartyType
-
getWitnessParty
public List<PartyType> getWitnessParty()
Gets the value of the witnessParty property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the witnessParty property.For example, to add a new item, do as follows:
getWitnessParty().add(newItem);
Objects of the following type(s) are allowed in the list
PartyType- Returns:
- The value of the witnessParty property.
-
getMandateDocumentReference
public List<DocumentReferenceType> getMandateDocumentReference()
Gets the value of the mandateDocumentReference property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the mandateDocumentReference property.For example, to add a new item, do as follows:
getMandateDocumentReference().add(newItem);
Objects of the following type(s) are allowed in the list
DocumentReferenceType- Returns:
- The value of the mandateDocumentReference property.
-
-