Class 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>
     
    • Constructor Detail

      • EndorserPartyType

        public EndorserPartyType()
    • 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 is RoleCodeType
      • setSequenceNumeric

        public void setSequenceNumeric​(SequenceNumericType value)
        Sets the value of the sequenceNumeric property.
        Parameters:
        value - allowed object is SequenceNumericType
      • 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 is PartyType
      • 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 is ContactType