public class CTOverride
extends java.lang.Object
Java class for CT_Override complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CT_Override">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="ContentType" use="required" type="{http://schemas.openxmlformats.org/package/2006/content-types}ST_ContentType" />
<attribute name="PartName" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
contentType |
protected java.lang.String |
partName |
| Constructor and Description |
|---|
CTOverride() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentType()
Gets the value of the contentType property.
|
java.lang.String |
getPartName()
Gets the value of the partName property.
|
void |
setContentType(java.lang.String value)
Sets the value of the contentType property.
|
void |
setPartName(java.lang.String value)
Sets the value of the partName property.
|
protected java.lang.String contentType
protected java.lang.String partName
public java.lang.String getContentType()
Stringpublic void setContentType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPartName()
Stringpublic void setPartName(java.lang.String value)
value - allowed object is
StringCopyright © 2007–2023. All rights reserved.