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>
| Modifier and Type | Field and Description |
|---|---|
protected PartyType |
agentParty |
protected List<DescriptionType> |
description |
protected IDType |
id |
protected IssueDateType |
issueDate |
protected IssueTimeType |
issueTime |
protected List<DocumentReferenceType> |
mandateDocumentReference |
protected PartyType |
notaryParty |
protected List<PartyType> |
witnessParty |
| Constructor and Description |
|---|
PowerOfAttorneyType() |
| Modifier and Type | Method and Description |
|---|---|
PartyType |
getAgentParty()
Gets the value of the agentParty property.
|
List<DescriptionType> |
getDescription()
Gets the value of the description property.
|
IDType |
getID()
Gets the value of the id property.
|
IssueDateType |
getIssueDate()
Gets the value of the issueDate property.
|
IssueTimeType |
getIssueTime()
Gets the value of the issueTime property.
|
List<DocumentReferenceType> |
getMandateDocumentReference()
Gets the value of the mandateDocumentReference property.
|
PartyType |
getNotaryParty()
Gets the value of the notaryParty property.
|
List<PartyType> |
getWitnessParty()
Gets the value of the witnessParty property.
|
void |
setAgentParty(PartyType value)
Sets the value of the agentParty property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setIssueDate(IssueDateType value)
Sets the value of the issueDate property.
|
void |
setIssueTime(IssueTimeType value)
Sets the value of the issueTime property.
|
void |
setNotaryParty(PartyType value)
Sets the value of the notaryParty property.
|
protected IDType id
protected IssueDateType issueDate
protected IssueTimeType issueTime
protected List<DescriptionType> description
protected PartyType notaryParty
protected PartyType agentParty
protected List<DocumentReferenceType> mandateDocumentReference
public void setID(IDType value)
value - allowed object is
IDTypepublic IssueDateType getIssueDate()
IssueDateTypepublic void setIssueDate(IssueDateType value)
value - allowed object is
IssueDateTypepublic IssueTimeType getIssueTime()
IssueTimeTypepublic void setIssueTime(IssueTimeType value)
value - allowed object is
IssueTimeTypepublic List<DescriptionType> getDescription()
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 set method 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
public PartyType getNotaryParty()
PartyTypepublic void setNotaryParty(PartyType value)
value - allowed object is
PartyTypepublic PartyType getAgentParty()
PartyTypepublic void setAgentParty(PartyType value)
value - allowed object is
PartyTypepublic List<PartyType> getWitnessParty()
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 set method 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
public List<DocumentReferenceType> getMandateDocumentReference()
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 set method 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
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.