public class SoapBodyInfo extends Object
| Constructor and Description |
|---|
SoapBodyInfo() |
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.cxf.service.model.MessagePartInfo> |
getAttachments() |
List<org.apache.cxf.service.model.MessagePartInfo> |
getParts() |
String |
getUse() |
void |
setAttachments(List<org.apache.cxf.service.model.MessagePartInfo> attachments) |
void |
setParts(List<org.apache.cxf.service.model.MessagePartInfo> parts) |
void |
setUse(String use) |
public List<org.apache.cxf.service.model.MessagePartInfo> getParts()
public void setParts(List<org.apache.cxf.service.model.MessagePartInfo> parts)
public String getUse()
public void setUse(String use)
public List<org.apache.cxf.service.model.MessagePartInfo> getAttachments()
public void setAttachments(List<org.apache.cxf.service.model.MessagePartInfo> attachments)
Apache CXF