com.eviware.soapui.impl.wsdl
Class WsdlAttachmentPart
java.lang.Object
com.eviware.soapui.model.iface.MessagePart.AttachmentPart
com.eviware.soapui.impl.wsdl.WsdlAttachmentPart
- All Implemented Interfaces:
- MessagePart
public final class WsdlAttachmentPart
- extends MessagePart.AttachmentPart
Descriptor for attachments
- Author:
- Ole.Matzura
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ANONYMOUS_NAME
public static final java.lang.String ANONYMOUS_NAME
- See Also:
- Constant Field Values
WsdlAttachmentPart
public WsdlAttachmentPart()
WsdlAttachmentPart
public WsdlAttachmentPart(java.lang.String name,
java.util.List<java.lang.String> types)
WsdlAttachmentPart
public WsdlAttachmentPart(java.lang.String name,
java.lang.String type)
getContentTypes
public java.lang.String[] getContentTypes()
- Specified by:
getContentTypes
in class MessagePart.AttachmentPart
getName
public java.lang.String getName()
addContentType
public void addContentType(java.lang.String contentType)
getAttachmentType
public Attachment.AttachmentType getAttachmentType()
setType
public void setType(Attachment.AttachmentType type)
getDescription
public java.lang.String getDescription()
isAnonymous
public boolean isAnonymous()
- Specified by:
isAnonymous
in class MessagePart.AttachmentPart
Copyright © 2005-2007 eviware.com. All Rights Reserved.