|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface MimeMappingType
The mime-mappingType defines a mapping between an extension and a mime type. Used in: web-app
Java 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>
| Method Summary | |
|---|---|
String |
getExtension()
Gets the value of the extension property. |
String |
getId()
Gets the value of the id property. |
MimeTypeType |
getMimeType()
Gets the value of the mimeType property. |
void |
setExtension(String value)
Sets the value of the extension property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setMimeType(MimeTypeType value)
Sets the value of the mimeType property. |
| Method Detail |
|---|
String getExtension()
Stringvoid setExtension(String value)
value - allowed object is
StringMimeTypeType getMimeType()
MimeTypeTypevoid setMimeType(MimeTypeType value)
value - allowed object is
MimeTypeTypeString getId()
Stringvoid setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||