Package com.ibm.wsdl.extensions.mime
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.void
setElementType
(QName elementType) Set the type of this extensibility element.void
Set the part for this MIME content.void
setRequired
(Boolean required) Set whether or not the semantics of this extension are required.void
Set 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:
setElementType
in interfaceExtensibilityElement
- Parameters:
elementType
- the type
-
getElementType
Get the type of this extensibility element.- Specified by:
getElementType
in 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:
setRequired
in interfaceExtensibilityElement
-
getRequired
Get whether or not the semantics of this extension are required. Relates to the wsdl:required attribute.- Specified by:
getRequired
in interfaceExtensibilityElement
-
setPart
Set the part for this MIME content.- Specified by:
setPart
in interfaceMIMEContent
- Parameters:
part
- the desired part
-
getPart
Get the part for this MIME content.- Specified by:
getPart
in interfaceMIMEContent
-
setType
Set the type for this MIME content.- Specified by:
setType
in interfaceMIMEContent
- Parameters:
type
- the desired type
-
getType
Get the type for this MIME content.- Specified by:
getType
in interfaceMIMEContent
-
toString
-