Class DomibusConnectorPartyType
- java.lang.Object
-
- eu.domibus.connector.domain.transition.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> <complexType name="DomibusConnectorPartyType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="partyId" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="partyIdType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="role" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </pre>
-
-
Constructor Summary
Constructors Constructor Description DomibusConnectorPartyType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPartyId()
Gets the value of the partyId property.String
getPartyIdType()
Gets the value of the partyIdType property.String
getRole()
Gets the value of the role property.void
setPartyId(String value)
Sets the value of the partyId property.void
setPartyIdType(String value)
Sets the value of the partyIdType property.void
setRole(String value)
Sets the value of the role property.
-
-
-
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 isString
-
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 isString
-
getRole
public String getRole()
Gets the value of the role property.- Returns:
- possible object is
String
-
-