Class SoapBodyInfo
- java.lang.Object
-
- org.apache.cxf.binding.soap.model.SoapBodyInfo
-
public class SoapBodyInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description SoapBodyInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<org.apache.cxf.service.model.MessagePartInfo>getAttachments()List<org.apache.cxf.service.model.MessagePartInfo>getParts()StringgetUse()voidsetAttachments(List<org.apache.cxf.service.model.MessagePartInfo> attachments)voidsetParts(List<org.apache.cxf.service.model.MessagePartInfo> parts)voidsetUse(String use)
-
-
-
Method Detail
-
getParts
public List<org.apache.cxf.service.model.MessagePartInfo> getParts()
-
setParts
public void setParts(List<org.apache.cxf.service.model.MessagePartInfo> parts)
-
getUse
public String getUse()
-
setUse
public void setUse(String use)
-
getAttachments
public List<org.apache.cxf.service.model.MessagePartInfo> getAttachments()
-
setAttachments
public void setAttachments(List<org.apache.cxf.service.model.MessagePartInfo> attachments)
-
-