@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public class MimeMappingType extends Object
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>
Modifier and Type | Field and Description |
---|---|
protected String |
extension |
protected String |
id |
protected MimeTypeType |
mimeType |
Constructor and Description |
---|
MimeMappingType() |
Modifier and Type | Method and Description |
---|---|
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.
|
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected String extension
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected MimeTypeType mimeType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") protected String id
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public String getExtension()
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setExtension(String value)
value
- allowed object is
String
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public MimeTypeType getMimeType()
MimeTypeType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public void setMimeType(MimeTypeType value)
value
- allowed object is
MimeTypeType
@Generated(value="com.sun.tools.xjc.Driver", date="2016-11-10T11:23:54+01:00", comments="JAXB RI v2.2.7") public String getId()
String
Copyright © 2016 buschmais GbR. All rights reserved.