Groovy Documentation

com.predic8.schema.restriction.facet
[Groovy] Class Facet

java.lang.Object
  com.predic8.soamodel.XMLElement
      com.predic8.schema.SchemaComponent
          com.predic8.schema.restriction.facet.Facet

abstract class Facet
extends SchemaComponent

Field Summary
 
Fields inherited from class XMLElement
namespaces
 
Property Summary
String value

 
Method Summary
boolean equals(def obj)

protected def parseAttributes(def token, def ctx)

 
Methods inherited from class SchemaComponent
create, getAsString, getNamespaceUri, getPrefix, getRequestTemplate, getSchemaFragment, parseAttributes, parseChildren
 
Methods inherited from class XMLElement
getElementName, getNamespace, getNamespaceContext, getNamespaceUri, getPrefix, getPrefix, getQNameForPN, getTypeQName, getTypeString, parse, parseAttributes, parseChildren, parseNamespaces, parseText
 

Property Detail

value

String value


 
Method Detail

equals

boolean equals(def obj)


parseAttributes

protected def parseAttributes(def token, def ctx)


 

Groovy Documentation