Class DomibusConnectorPartyType


  • public class DomibusConnectorPartyType
    extends Object
    <p>Java class for DomibusConnectorPartyType complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> &lt;complexType name="DomibusConnectorPartyType"&gt; &lt;complexContent&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}anyType"&gt; &lt;sequence&gt; &lt;element name="partyId" type="{http://www.w3.org/2001/XMLSchema}string"/&gt; &lt;element name="partyIdType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;element name="role" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/&gt; &lt;/sequence&gt; &lt;/restriction&gt; &lt;/complexContent&gt; &lt;/complexType&gt; </pre>
    • Field Detail

      • partyId

        protected String partyId
      • partyIdType

        protected String partyIdType
    • Constructor Detail

      • DomibusConnectorPartyType

        public DomibusConnectorPartyType()
    • Method Detail

      • getPartyId

        public String getPartyId()
        Gets the value of the partyId property.
        Returns:
        possible object is String
      • setPartyId

        public void setPartyId​(String value)
        Sets the value of the partyId property.
        Parameters:
        value - allowed object is String
      • getPartyIdType

        public String getPartyIdType()
        Gets the value of the partyIdType property.
        Returns:
        possible object is String
      • setPartyIdType

        public void setPartyIdType​(String value)
        Sets the value of the partyIdType property.
        Parameters:
        value - allowed object is String
      • getRole

        public String getRole()
        Gets the value of the role property.
        Returns:
        possible object is String
      • setRole

        public void setRole​(String value)
        Sets the value of the role property.
        Parameters:
        value - allowed object is String