public class PMode extends Object
Constructor and Description |
---|
PMode() |
Modifier and Type | Method and Description |
---|---|
Agreement |
getAgreement() |
BusinessInfo |
getBusinessInfo() |
ErrorHandling |
getErrorHandling() |
String |
getId() |
Initiator |
getInitiator() |
String |
getMep() |
String |
getMepBinding() |
PayloadService |
getPayloadService() |
Protocol |
getProtocol() |
ReceptionAwareness |
getReceptionAwareness() |
Responder |
getResponder() |
Security |
getSecurity() |
void |
setAgreement(Agreement agreement) |
void |
setBusinessInfo(BusinessInfo businessInfo) |
void |
setErrorHandling(ErrorHandling errorHandling) |
void |
setId(String id) |
void |
setInitiator(Initiator initiator) |
void |
setMep(String mep) |
void |
setMepBinding(String mepBinding) |
void |
setPayloadService(PayloadService payloadService) |
void |
setProtocol(Protocol protocol) |
void |
setReceptionAwareness(ReceptionAwareness receptionAwareness) |
void |
setResponder(Responder responder) |
void |
setSecurity(Security security) |
public String getId()
public void setId(String id)
public Agreement getAgreement()
public void setAgreement(Agreement agreement)
public String getMep()
public void setMep(String mep)
public String getMepBinding()
public void setMepBinding(String mepBinding)
public Responder getResponder()
public void setResponder(Responder responder)
public Initiator getInitiator()
public void setInitiator(Initiator initiator)
public Protocol getProtocol()
public void setProtocol(Protocol protocol)
public BusinessInfo getBusinessInfo()
public void setBusinessInfo(BusinessInfo businessInfo)
public PayloadService getPayloadService()
public void setPayloadService(PayloadService payloadService)
public ErrorHandling getErrorHandling()
public void setErrorHandling(ErrorHandling errorHandling)
public ReceptionAwareness getReceptionAwareness()
public void setReceptionAwareness(ReceptionAwareness receptionAwareness)
public Security getSecurity()
public void setSecurity(Security security)
Copyright © 2022 WSO2. All rights reserved.