Class EndorserPartyType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.EndorserPartyType
-
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected PartyTypepartyprotected RoleCodeTyperoleCodeprotected SequenceNumericTypesequenceNumericprotected ContactTypesignatoryContact
-
Constructor Summary
Constructors Constructor Description EndorserPartyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PartyTypegetParty()Gets the value of the party property.RoleCodeTypegetRoleCode()Gets the value of the roleCode property.SequenceNumericTypegetSequenceNumeric()Gets the value of the sequenceNumeric property.ContactTypegetSignatoryContact()Gets the value of the signatoryContact property.voidsetParty(PartyType value)Sets the value of the party property.voidsetRoleCode(RoleCodeType value)Sets the value of the roleCode property.voidsetSequenceNumeric(SequenceNumericType value)Sets the value of the sequenceNumeric property.voidsetSignatoryContact(ContactType value)Sets the value of the signatoryContact property.
-
-
-
Field Detail
-
roleCode
protected RoleCodeType roleCode
-
sequenceNumeric
protected SequenceNumericType sequenceNumeric
-
party
protected PartyType party
-
signatoryContact
protected ContactType signatoryContact
-
-
Method Detail
-
getRoleCode
public RoleCodeType getRoleCode()
Gets the value of the roleCode property.- Returns:
- possible object is
RoleCodeType
-
setRoleCode
public void setRoleCode(RoleCodeType value)
Sets the value of the roleCode property.- Parameters:
value- allowed object isRoleCodeType
-
getSequenceNumeric
public SequenceNumericType getSequenceNumeric()
Gets the value of the sequenceNumeric property.- Returns:
- possible object is
SequenceNumericType
-
setSequenceNumeric
public void setSequenceNumeric(SequenceNumericType value)
Sets the value of the sequenceNumeric property.- Parameters:
value- allowed object isSequenceNumericType
-
getParty
public PartyType getParty()
Gets the value of the party property.- Returns:
- possible object is
PartyType
-
setParty
public void setParty(PartyType value)
Sets the value of the party property.- Parameters:
value- allowed object isPartyType
-
getSignatoryContact
public ContactType getSignatoryContact()
Gets the value of the signatoryContact property.- Returns:
- possible object is
ContactType
-
setSignatoryContact
public void setSignatoryContact(ContactType value)
Sets the value of the signatoryContact property.- Parameters:
value- allowed object isContactType
-
-