Groovy Documentation

com.predic8.wadl
[Groovy] Class ResourceType

java.lang.Object
  com.predic8.soamodel.XMLElement
      com.predic8.wadl.WADLElement
          com.predic8.wadl.ResourceType

class ResourceType
extends WADLElement

Field Summary
static QName ELEMENTNAME

 
Fields inherited from class XMLElement
namespaces
 
Property Summary
String id

List methods

List params

List resources

 
Method Summary
protected def parseChildren(def token, def child, def ctx)

String toString()

 
Methods inherited from class WADLElement
getElementName, getNamespaceUri, getPrefix, parseChildren
 
Methods inherited from class XMLElement
getElementName, getNamespace, getNamespaceContext, getNamespaceUri, getPrefix, getPrefix, getQNameForPN, getTypeQName, getTypeString, parse, parseAttributes, parseChildren, parseNamespaces, parseText
 

Field Detail

ELEMENTNAME

public static final QName ELEMENTNAME


 
Property Detail

id

String id


methods

List methods


params

List params


resources

List resources


 
Method Detail

parseChildren

protected def parseChildren(def token, def child, def ctx)


toString

String toString()


 

Groovy Documentation