net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.javaee
Interface MimeMappingType

All Known Implementing Classes:
MimeMappingTypeImpl

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

getExtension

String getExtension()
Gets the value of the extension property.

Returns:
possible object is String

setExtension

void setExtension(String value)
Sets the value of the extension property.

Parameters:
value - allowed object is String

getMimeType

MimeTypeType getMimeType()
Gets the value of the mimeType property.

Returns:
possible object is MimeTypeType

setMimeType

void setMimeType(MimeTypeType value)
Sets the value of the mimeType property.

Parameters:
value - allowed object is MimeTypeType

getId

String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.