com.eviware.soapui.impl.wsdl
Class HttpAttachmentPart
java.lang.Object
com.eviware.soapui.model.iface.MessagePart.AttachmentPart
com.eviware.soapui.impl.wsdl.HttpAttachmentPart
- All Implemented Interfaces:
- MessagePart
public final class HttpAttachmentPart
- 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
HttpAttachmentPart
public HttpAttachmentPart()
HttpAttachmentPart
public HttpAttachmentPart(java.lang.String name,
java.util.List<java.lang.String> types)
HttpAttachmentPart
public HttpAttachmentPart(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
getSchemaType
public org.apache.xmlbeans.SchemaType getSchemaType()
setSchemaType
public void setSchemaType(org.apache.xmlbeans.SchemaType schemaType)
Copyright © 2005-2009 eviware.com. All Rights Reserved.