public class ClientTraceType
extends java.lang.Object
Java class for clientTraceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="clientTraceType"> <simpleContent> <extension base="<http://www.w3.org/2001/XMLSchema>string"> <attribute name="fileName" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="format" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="content-type" type="{http://www.w3.org/2001/XMLSchema}string" default="text/plain" /> </extension> </simpleContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
contentType |
protected java.lang.String |
fileName |
protected java.lang.String |
format |
protected java.lang.String |
value |
Constructor and Description |
---|
ClientTraceType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContentType()
Gets the value of the contentType property.
|
java.lang.String |
getFileName()
Gets the value of the fileName property.
|
java.lang.String |
getFormat()
Gets the value of the format property.
|
java.lang.String |
getValue()
Gets the value of the value property.
|
void |
setContentType(java.lang.String value)
Sets the value of the contentType property.
|
void |
setFileName(java.lang.String value)
Sets the value of the fileName property.
|
void |
setFormat(java.lang.String value)
Sets the value of the format property.
|
void |
setValue(java.lang.String value)
Sets the value of the value property.
|
protected java.lang.String value
protected java.lang.String fileName
protected java.lang.String format
protected java.lang.String contentType
public java.lang.String getValue()
String
public void setValue(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFileName()
String
public void setFileName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getFormat()
String
public void setFormat(java.lang.String value)
value
- allowed object is
String
public java.lang.String getContentType()
String
public void setContentType(java.lang.String value)
value
- allowed object is
String