Package org.mockserver.model
Class XmlSchemaBody
-
-
Constructor Summary
Constructors Constructor Description XmlSchemaBody(String xmlSchema)XmlSchemaBody(String xmlSchema, String sourceUri)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetSourceUri()StringgetValue()inthashCode()static XmlSchemaBodyxmlSchema(String xmlSchema)static XmlSchemaBodyxmlSchemaFromResource(String xmlSchemaPath)-
Methods inherited from class org.mockserver.model.Body
getCharset, getContentType, getOptional, getRawBytes, getType, withOptional
-
Methods inherited from class org.mockserver.model.ObjectWithJsonToString
toString
-
Methods inherited from class org.mockserver.model.ObjectWithReflectiveEqualsHashCodeToString
fieldsExcludedFromEqualsAndHashCode
-
-
-
-
Method Detail
-
xmlSchema
public static XmlSchemaBody xmlSchema(String xmlSchema)
-
xmlSchemaFromResource
public static XmlSchemaBody xmlSchemaFromResource(String xmlSchemaPath)
-
getSourceUri
public String getSourceUri()
-
-