Class MIMEContentImpl
java.lang.Object
com.ibm.wsdl.extensions.mime.MIMEContentImpl
- All Implemented Interfaces:
Serializable, ExtensibilityElement, MIMEContent
- Author:
- Matthew J. Duftler (duftler@us.ibm.com)
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the type of this extensibility element.getPart()Get the part for this MIME content.Get whether or not the semantics of this extension are required.getType()Get the type for this MIME content.voidsetElementType(QName elementType) Set the type of this extensibility element.voidSet the part for this MIME content.voidsetRequired(Boolean required) Set whether or not the semantics of this extension are required.voidSet the type for this MIME content.toString()
-
Field Details
-
elementType
-
required
-
part
-
type
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
MIMEContentImpl
public MIMEContentImpl()
-
-
Method Details
-
setElementType
Set the type of this extensibility element.- Specified by:
setElementTypein interfaceExtensibilityElement- Parameters:
elementType- the type
-
getElementType
Get the type of this extensibility element.- Specified by:
getElementTypein interfaceExtensibilityElement- Returns:
- the extensibility element's type
-
setRequired
Set whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.- Specified by:
setRequiredin interfaceExtensibilityElement
-
getRequired
Get whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.- Specified by:
getRequiredin interfaceExtensibilityElement
-
setPart
Set the part for this MIME content.- Specified by:
setPartin interfaceMIMEContent- Parameters:
part- the desired part
-
getPart
Get the part for this MIME content.- Specified by:
getPartin interfaceMIMEContent
-
setType
Set the type for this MIME content.- Specified by:
setTypein interfaceMIMEContent- Parameters:
type- the desired type
-
getType
Get the type for this MIME content.- Specified by:
getTypein interfaceMIMEContent
-
toString
-