public class CTOverride extends 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 String |
contentType |
protected String |
partName |
Constructor and Description |
---|
CTOverride() |
Modifier and Type | Method and Description |
---|---|
String |
getContentType()
Gets the value of the contentType property.
|
String |
getPartName()
Gets the value of the partName property.
|
void |
setContentType(String value)
Sets the value of the contentType property.
|
void |
setPartName(String value)
Sets the value of the partName property.
|
public String getContentType()
String
public void setContentType(String value)
value
- allowed object is
String
public String getPartName()
String
Copyright © 2007-2019. All Rights Reserved.