public class CTDefault extends Object
Java class for CT_Default complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Default">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="Extension" use="required" type="{http://schemas.openxmlformats.org/package/2006/content-types}ST_Extension" />
<attribute name="ContentType" use="required" type="{http://schemas.openxmlformats.org/package/2006/content-types}ST_ContentType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
contentType |
protected String |
extension |
| Constructor and Description |
|---|
CTDefault() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentType()
Gets the value of the contentType property.
|
String |
getExtension()
Gets the value of the extension property.
|
void |
setContentType(String value)
Sets the value of the contentType property.
|
void |
setExtension(String value)
Sets the value of the extension property.
|
public String getExtension()
Stringpublic void setExtension(String value)
value - allowed object is
Stringpublic String getContentType()
StringCopyright © 2007-2022. All Rights Reserved.