public class SoapAttachmentType extends Object
Java class for SoapAttachmentType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SoapAttachmentType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="data" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="resource">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="file" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</choice>
<attribute name="content-id" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="content-type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="charset-name" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="encoding-type" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="mtom-inline" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SoapAttachmentType.Resource
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
charsetName |
protected String |
contentId |
protected String |
contentType |
protected String |
data |
protected String |
encodingType |
protected String |
mtomInline |
protected SoapAttachmentType.Resource |
resource |
| Constructor and Description |
|---|
SoapAttachmentType() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCharsetName()
Gets the value of the charsetName property.
|
String |
getContentId()
Gets the value of the contentId property.
|
String |
getContentType()
Gets the value of the contentType property.
|
String |
getData()
Gets the value of the data property.
|
String |
getEncodingType()
Gets the value of the encodingType property.
|
String |
getMtomInline()
Gets the value of the mtomInline property.
|
SoapAttachmentType.Resource |
getResource()
Gets the value of the resource property.
|
void |
setCharsetName(String value)
Sets the value of the charsetName property.
|
void |
setContentId(String value)
Sets the value of the contentId property.
|
void |
setContentType(String value)
Sets the value of the contentType property.
|
void |
setData(String value)
Sets the value of the data property.
|
void |
setEncodingType(String value)
Sets the value of the encodingType property.
|
void |
setMtomInline(String value)
Sets the value of the mtomInline property.
|
void |
setResource(SoapAttachmentType.Resource value)
Sets the value of the resource property.
|
protected SoapAttachmentType.Resource resource
protected String data
protected String contentId
protected String contentType
protected String charsetName
protected String encodingType
protected String mtomInline
public SoapAttachmentType.Resource getResource()
SoapAttachmentType.Resourcepublic void setResource(SoapAttachmentType.Resource value)
value - allowed object is
SoapAttachmentType.Resourcepublic String getData()
Stringpublic void setData(String value)
value - allowed object is
Stringpublic String getContentId()
Stringpublic void setContentId(String value)
value - allowed object is
Stringpublic String getContentType()
Stringpublic void setContentType(String value)
value - allowed object is
Stringpublic String getCharsetName()
Stringpublic void setCharsetName(String value)
value - allowed object is
Stringpublic String getEncodingType()
Stringpublic void setEncodingType(String value)
value - allowed object is
Stringpublic String getMtomInline()
StringCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.