
public interface MimeMappingType<T> extends Child<T>, JavaeeMimeMappingCommonType<T,MimeMappingType<T>>
mime-mappingType xsd type| Modifier and Type | Method and Description |
|---|---|
MimeMappingType<T> |
extension(String extension)
Sets the
extension element |
String |
getExtension()
Returns the
extension element |
String |
getId()
Returns the
id attribute |
String |
getMimeType()
Returns the
mime-type element |
MimeMappingType<T> |
id(String id)
Sets the
id attribute |
MimeMappingType<T> |
mimeType(String mimeType)
Sets the
mime-type element |
MimeMappingType<T> |
removeExtension()
Removes the
extension element |
MimeMappingType<T> |
removeId()
Removes the
id attribute |
MimeMappingType<T> |
removeMimeType()
Removes the
mime-type element |
MimeMappingType<T> extension(String extension)
extension elementextension - the value for the element extensionMimeMappingTypeString getExtension()
extension elementextensionMimeMappingType<T> removeExtension()
extension elementMimeMappingTypeMimeMappingType<T> mimeType(String mimeType)
mime-type elementmimeType - the value for the element mime-typeMimeMappingTypeString getMimeType()
mime-type elementmime-typeMimeMappingType<T> removeMimeType()
mime-type elementMimeMappingTypeMimeMappingType<T> id(String id)
id attributeid - the value for the attribute idMimeMappingTypeString getId()
id attributeidMimeMappingType<T> removeId()
id attributeMimeMappingTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.