public class EndorsementType extends Object
Java class for EndorsementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EndorsementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}DocumentID"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ApprovalStatus"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Remarks" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}EndorserParty"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Signature" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ApprovalStatusType |
approvalStatus |
protected DocumentIDType |
documentID |
protected EndorserPartyType |
endorserParty |
protected List<RemarksType> |
remarks |
protected List<SignatureType> |
signature |
| Constructor and Description |
|---|
EndorsementType() |
| Modifier and Type | Method and Description |
|---|---|
ApprovalStatusType |
getApprovalStatus()
Gets the value of the approvalStatus property.
|
DocumentIDType |
getDocumentID()
Gets the value of the documentID property.
|
EndorserPartyType |
getEndorserParty()
Gets the value of the endorserParty property.
|
List<RemarksType> |
getRemarks()
Gets the value of the remarks property.
|
List<SignatureType> |
getSignature()
Gets the value of the signature property.
|
void |
setApprovalStatus(ApprovalStatusType value)
Sets the value of the approvalStatus property.
|
void |
setDocumentID(DocumentIDType value)
Sets the value of the documentID property.
|
void |
setEndorserParty(EndorserPartyType value)
Sets the value of the endorserParty property.
|
protected DocumentIDType documentID
protected ApprovalStatusType approvalStatus
protected List<RemarksType> remarks
protected EndorserPartyType endorserParty
protected List<SignatureType> signature
public DocumentIDType getDocumentID()
DocumentIDTypepublic void setDocumentID(DocumentIDType value)
value - allowed object is
DocumentIDTypepublic ApprovalStatusType getApprovalStatus()
ApprovalStatusTypepublic void setApprovalStatus(ApprovalStatusType value)
value - allowed object is
ApprovalStatusTypepublic List<RemarksType> getRemarks()
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 remarks property.
For example, to add a new item, do as follows:
getRemarks().add(newItem);
Objects of the following type(s) are allowed in the list
RemarksType
public EndorserPartyType getEndorserParty()
EndorserPartyTypepublic void setEndorserParty(EndorserPartyType value)
value - allowed object is
EndorserPartyTypepublic List<SignatureType> getSignature()
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 signature property.
For example, to add a new item, do as follows:
getSignature().add(newItem);
Objects of the following type(s) are allowed in the list
SignatureType
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.