com.eviware.soapui.impl.wsdl
Class HttpAttachmentPart

java.lang.Object
  extended by com.eviware.soapui.model.iface.MessagePart.AttachmentPart
      extended by com.eviware.soapui.impl.wsdl.HttpAttachmentPart
All Implemented Interfaces:
MessagePart

public final class HttpAttachmentPart
extends MessagePart.AttachmentPart

Descriptor for attachments

Author:
Ole.Matzura

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.eviware.soapui.model.iface.MessagePart
MessagePart.AttachmentPart, MessagePart.ContentPart, MessagePart.FaultPart, MessagePart.HeaderPart, MessagePart.ParameterPart, MessagePart.PartType
 
Field Summary
static java.lang.String ANONYMOUS_NAME
           
 
Constructor Summary
HttpAttachmentPart()
           
HttpAttachmentPart(java.lang.String name, java.util.List<java.lang.String> types)
           
HttpAttachmentPart(java.lang.String name, java.lang.String type)
           
 
Method Summary
 void addContentType(java.lang.String contentType)
           
 Attachment.AttachmentType getAttachmentType()
           
 java.lang.String[] getContentTypes()
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 org.apache.xmlbeans.SchemaType getSchemaType()
           
 boolean isAnonymous()
           
 void setSchemaType(org.apache.xmlbeans.SchemaType schemaType)
           
 void setType(Attachment.AttachmentType type)
           
 
Methods inherited from class com.eviware.soapui.model.iface.MessagePart.AttachmentPart
getPartType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANONYMOUS_NAME

public static final java.lang.String ANONYMOUS_NAME
See Also:
Constant Field Values
Constructor Detail

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)
Method Detail

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.