Package | Description |
---|---|
net.java.dev.wadl.x2009.x02 | |
net.java.dev.wadl.x2009.x02.impl |
Modifier and Type | Method and Description |
---|---|
MethodDocument.Method |
ResourceTypeDocument.ResourceType.addNewMethod()
Appends and returns a new empty value (as xml) as the last "method" element
|
MethodDocument.Method |
ResourceDocument.Resource.addNewMethod()
Appends and returns a new empty value (as xml) as the last "method" element
|
MethodDocument.Method |
MethodDocument.addNewMethod()
Appends and returns a new empty "method" element
|
MethodDocument.Method |
ApplicationDocument.Application.addNewMethod()
Appends and returns a new empty value (as xml) as the last "method" element
|
MethodDocument.Method |
MethodDocument.getMethod()
Gets the "method" element
|
MethodDocument.Method[] |
ResourceTypeDocument.ResourceType.getMethodArray()
Deprecated.
|
MethodDocument.Method[] |
ResourceDocument.Resource.getMethodArray()
Deprecated.
|
MethodDocument.Method[] |
ApplicationDocument.Application.getMethodArray()
Deprecated.
|
MethodDocument.Method |
ResourceTypeDocument.ResourceType.getMethodArray(int i)
Gets ith "method" element
|
MethodDocument.Method |
ResourceDocument.Resource.getMethodArray(int i)
Gets ith "method" element
|
MethodDocument.Method |
ApplicationDocument.Application.getMethodArray(int i)
Gets ith "method" element
|
MethodDocument.Method |
ResourceTypeDocument.ResourceType.insertNewMethod(int i)
Inserts and returns a new empty value (as xml) as the ith "method" element
|
MethodDocument.Method |
ResourceDocument.Resource.insertNewMethod(int i)
Inserts and returns a new empty value (as xml) as the ith "method" element
|
MethodDocument.Method |
ApplicationDocument.Application.insertNewMethod(int i)
Inserts and returns a new empty value (as xml) as the ith "method" element
|
static MethodDocument.Method |
MethodDocument.Method.Factory.newInstance() |
static MethodDocument.Method |
MethodDocument.Method.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<MethodDocument.Method> |
ResourceTypeDocument.ResourceType.getMethodList()
Gets a List of "method" elements
|
List<MethodDocument.Method> |
ResourceDocument.Resource.getMethodList()
Gets a List of "method" elements
|
List<MethodDocument.Method> |
ApplicationDocument.Application.getMethodList()
Gets a List of "method" elements
|
Modifier and Type | Method and Description |
---|---|
void |
MethodDocument.setMethod(MethodDocument.Method method)
Sets the "method" element
|
void |
ResourceTypeDocument.ResourceType.setMethodArray(int i,
MethodDocument.Method method)
Sets ith "method" element
|
void |
ResourceDocument.Resource.setMethodArray(int i,
MethodDocument.Method method)
Sets ith "method" element
|
void |
ApplicationDocument.Application.setMethodArray(int i,
MethodDocument.Method method)
Sets ith "method" element
|
void |
ResourceTypeDocument.ResourceType.setMethodArray(MethodDocument.Method[] methodArray)
Sets array of all "method" element
|
void |
ResourceDocument.Resource.setMethodArray(MethodDocument.Method[] methodArray)
Sets array of all "method" element
|
void |
ApplicationDocument.Application.setMethodArray(MethodDocument.Method[] methodArray)
Sets array of all "method" element
|
Modifier and Type | Class and Description |
---|---|
static class |
MethodDocumentImpl.MethodImpl
An XML method(@http://wadl.dev.java.net/2009/02).
|
Modifier and Type | Method and Description |
---|---|
MethodDocument.Method |
ResourceTypeDocumentImpl.ResourceTypeImpl.addNewMethod()
Appends and returns a new empty value (as xml) as the last "method" element
|
MethodDocument.Method |
ResourceDocumentImpl.ResourceImpl.addNewMethod()
Appends and returns a new empty value (as xml) as the last "method" element
|
MethodDocument.Method |
MethodDocumentImpl.addNewMethod()
Appends and returns a new empty "method" element
|
MethodDocument.Method |
ApplicationDocumentImpl.ApplicationImpl.addNewMethod()
Appends and returns a new empty value (as xml) as the last "method" element
|
MethodDocument.Method |
MethodDocumentImpl.getMethod()
Gets the "method" element
|
MethodDocument.Method[] |
ResourceTypeDocumentImpl.ResourceTypeImpl.getMethodArray()
Deprecated.
|
MethodDocument.Method[] |
ResourceDocumentImpl.ResourceImpl.getMethodArray()
Deprecated.
|
MethodDocument.Method[] |
ApplicationDocumentImpl.ApplicationImpl.getMethodArray()
Deprecated.
|
MethodDocument.Method |
ResourceTypeDocumentImpl.ResourceTypeImpl.getMethodArray(int i)
Gets ith "method" element
|
MethodDocument.Method |
ResourceDocumentImpl.ResourceImpl.getMethodArray(int i)
Gets ith "method" element
|
MethodDocument.Method |
ApplicationDocumentImpl.ApplicationImpl.getMethodArray(int i)
Gets ith "method" element
|
MethodDocument.Method |
ResourceTypeDocumentImpl.ResourceTypeImpl.insertNewMethod(int i)
Inserts and returns a new empty value (as xml) as the ith "method" element
|
MethodDocument.Method |
ResourceDocumentImpl.ResourceImpl.insertNewMethod(int i)
Inserts and returns a new empty value (as xml) as the ith "method" element
|
MethodDocument.Method |
ApplicationDocumentImpl.ApplicationImpl.insertNewMethod(int i)
Inserts and returns a new empty value (as xml) as the ith "method" element
|
Modifier and Type | Method and Description |
---|---|
List<MethodDocument.Method> |
ResourceTypeDocumentImpl.ResourceTypeImpl.getMethodList()
Gets a List of "method" elements
|
List<MethodDocument.Method> |
ResourceDocumentImpl.ResourceImpl.getMethodList()
Gets a List of "method" elements
|
List<MethodDocument.Method> |
ApplicationDocumentImpl.ApplicationImpl.getMethodList()
Gets a List of "method" elements
|
Modifier and Type | Method and Description |
---|---|
void |
MethodDocumentImpl.setMethod(MethodDocument.Method method)
Sets the "method" element
|
void |
ResourceTypeDocumentImpl.ResourceTypeImpl.setMethodArray(int i,
MethodDocument.Method method)
Sets ith "method" element
|
void |
ResourceDocumentImpl.ResourceImpl.setMethodArray(int i,
MethodDocument.Method method)
Sets ith "method" element
|
void |
ApplicationDocumentImpl.ApplicationImpl.setMethodArray(int i,
MethodDocument.Method method)
Sets ith "method" element
|
void |
ResourceTypeDocumentImpl.ResourceTypeImpl.setMethodArray(MethodDocument.Method[] methodArray)
Sets array of all "method" element
|
void |
ResourceDocumentImpl.ResourceImpl.setMethodArray(MethodDocument.Method[] methodArray)
Sets array of all "method" element
|
void |
ApplicationDocumentImpl.ApplicationImpl.setMethodArray(MethodDocument.Method[] methodArray)
Sets array of all "method" element
|
Copyright © 2019. All Rights Reserved.