public class Content extends TExtensibilityElement
Java class for contentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="contentType">
<complexContent>
<extension base="{http://schemas.xmlsoap.org/wsdl/}tExtensibilityElement">
<sequence>
</sequence>
<attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="part" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
part |
protected String |
type |
required| Constructor and Description |
|---|
Content() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPart()
Gets the value of the part property.
|
String |
getType()
Gets the value of the type property.
|
void |
setPart(String value)
Sets the value of the part property.
|
void |
setType(String value)
Sets the value of the type property.
|
isRequired, setRequiredpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic String getPart()
StringCopyright © 2017. All rights reserved.