public class EncodingRuleBuilder extends VersionBuilder implements groovy.lang.GroovyObject
| Constructor and Description |
|---|
EncodingRuleBuilder(String version,
DefaultValidationContext context,
String encoding) |
| Modifier and Type | Method and Description |
|---|---|
RuleBuilder |
checkIf(groovy.lang.Closure c) |
String |
getEncoding() |
groovy.lang.MetaClass |
getMetaClass() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
RuleBuilder |
isValidXML() |
void |
setEncoding(String value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setProperty(String property,
Object value) |
asOf, before, encoding, except, getRule, getVersion, message, primitiveType, setRule, setVersion, type, withDescription, withReferenceforAllVersions, forVersion, forVersion, forVersionAndPrimitiveType, forVersionAndType, getContext, setContextpublic EncodingRuleBuilder(String version, DefaultValidationContext context, String encoding)
public groovy.lang.MetaClass getMetaClass()
getMetaClass in interface groovy.lang.GroovyObjectgetMetaClass in class VersionBuilderpublic void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass in interface groovy.lang.GroovyObjectsetMetaClass in class VersionBuilderpublic Object invokeMethod(String method, Object arguments)
invokeMethod in interface groovy.lang.GroovyObjectinvokeMethod in class VersionBuilderpublic Object getProperty(String property)
getProperty in interface groovy.lang.GroovyObjectgetProperty in class VersionBuilderpublic void setProperty(String property, Object value)
setProperty in interface groovy.lang.GroovyObjectsetProperty in class VersionBuilderpublic String getEncoding()
public void setEncoding(String value)
public RuleBuilder isValidXML()
public RuleBuilder checkIf(groovy.lang.Closure c)
Copyright © 2016 Open eHealth Foundation. All rights reserved.