public class EndorserPartyType extends Object
Java class for EndorserPartyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EndorserPartyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}RoleCode"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SequenceNumeric"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Party"/>
<element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SignatoryContact"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected PartyType |
party |
protected RoleCodeType |
roleCode |
protected SequenceNumericType |
sequenceNumeric |
protected ContactType |
signatoryContact |
| Constructor and Description |
|---|
EndorserPartyType() |
| Modifier and Type | Method and Description |
|---|---|
PartyType |
getParty()
Gets the value of the party property.
|
RoleCodeType |
getRoleCode()
Gets the value of the roleCode property.
|
SequenceNumericType |
getSequenceNumeric()
Gets the value of the sequenceNumeric property.
|
ContactType |
getSignatoryContact()
Gets the value of the signatoryContact property.
|
void |
setParty(PartyType value)
Sets the value of the party property.
|
void |
setRoleCode(RoleCodeType value)
Sets the value of the roleCode property.
|
void |
setSequenceNumeric(SequenceNumericType value)
Sets the value of the sequenceNumeric property.
|
void |
setSignatoryContact(ContactType value)
Sets the value of the signatoryContact property.
|
protected RoleCodeType roleCode
protected SequenceNumericType sequenceNumeric
protected PartyType party
protected ContactType signatoryContact
public RoleCodeType getRoleCode()
RoleCodeTypepublic void setRoleCode(RoleCodeType value)
value - allowed object is
RoleCodeTypepublic SequenceNumericType getSequenceNumeric()
SequenceNumericTypepublic void setSequenceNumeric(SequenceNumericType value)
value - allowed object is
SequenceNumericTypepublic PartyType getParty()
PartyTypepublic void setParty(PartyType value)
value - allowed object is
PartyTypepublic ContactType getSignatoryContact()
ContactTypepublic void setSignatoryContact(ContactType value)
value - allowed object is
ContactTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.