Package org.apache.openejb.jee
Class MimeMapping
- java.lang.Object
-
- org.apache.openejb.jee.MimeMapping
-
public class MimeMapping extends Object
web-common_3_0.xsdJava class for mime-mappingType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="mime-mappingType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="extension" type="{http://java.sun.com/xml/ns/javaee}string"/> <element name="mime-type" type="{http://java.sun.com/xml/ns/javaee}mime-typeType"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description MimeMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetExtension()StringgetId()StringgetMimeType()voidsetExtension(String value)voidsetId(String value)voidsetMimeType(String value)
-