public static class AssertFaultModel.FaultDetail extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="schema-validation" type="{http://www.w3.org/2001/XMLSchema}boolean" />
<attribute name="schema" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="schema-repository" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
file |
protected String |
schema |
protected String |
schemaRepository |
protected Boolean |
schemaValidation |
protected String |
value |
| Constructor and Description |
|---|
FaultDetail() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFile()
Gets the value of the file property.
|
String |
getSchema()
Gets the value of the schema property.
|
String |
getSchemaRepository()
Gets the value of the schemaRepository property.
|
String |
getValue()
Gets the value of the value property.
|
Boolean |
isSchemaValidation()
Gets the value of the schemaValidation property.
|
void |
setFile(String value)
Sets the value of the file property.
|
void |
setSchema(String value)
Sets the value of the schema property.
|
void |
setSchemaRepository(String value)
Sets the value of the schemaRepository property.
|
void |
setSchemaValidation(Boolean value)
Sets the value of the schemaValidation property.
|
void |
setValue(String value)
Sets the value of the value property.
|
protected String value
protected String file
protected Boolean schemaValidation
protected String schema
protected String schemaRepository
public String getValue()
Stringpublic void setValue(String value)
value - allowed object is
Stringpublic String getFile()
Stringpublic void setFile(String value)
value - allowed object is
Stringpublic Boolean isSchemaValidation()
Booleanpublic void setSchemaValidation(Boolean value)
value - allowed object is
Booleanpublic String getSchema()
Stringpublic void setSchema(String value)
value - allowed object is
Stringpublic String getSchemaRepository()
StringCopyright © 2008–2019 ConSol Software GmbH. All rights reserved.