Package | Description |
---|---|
net.java.dev.wadl.x2009.x02 | |
net.java.dev.wadl.x2009.x02.impl |
Modifier and Type | Method and Description |
---|---|
RepresentationDocument.Representation |
ResponseDocument.Response.addNewRepresentation()
Appends and returns a new empty value (as xml) as the last "representation" element
|
RepresentationDocument.Representation |
RequestDocument.Request.addNewRepresentation()
Appends and returns a new empty value (as xml) as the last "representation" element
|
RepresentationDocument.Representation |
RepresentationDocument.addNewRepresentation()
Appends and returns a new empty "representation" element
|
RepresentationDocument.Representation |
ApplicationDocument.Application.addNewRepresentation()
Appends and returns a new empty value (as xml) as the last "representation" element
|
RepresentationDocument.Representation |
RepresentationDocument.getRepresentation()
Gets the "representation" element
|
RepresentationDocument.Representation[] |
ResponseDocument.Response.getRepresentationArray()
Deprecated.
|
RepresentationDocument.Representation[] |
RequestDocument.Request.getRepresentationArray()
Deprecated.
|
RepresentationDocument.Representation[] |
ApplicationDocument.Application.getRepresentationArray()
Deprecated.
|
RepresentationDocument.Representation |
ResponseDocument.Response.getRepresentationArray(int i)
Gets ith "representation" element
|
RepresentationDocument.Representation |
RequestDocument.Request.getRepresentationArray(int i)
Gets ith "representation" element
|
RepresentationDocument.Representation |
ApplicationDocument.Application.getRepresentationArray(int i)
Gets ith "representation" element
|
RepresentationDocument.Representation |
ResponseDocument.Response.insertNewRepresentation(int i)
Inserts and returns a new empty value (as xml) as the ith "representation" element
|
RepresentationDocument.Representation |
RequestDocument.Request.insertNewRepresentation(int i)
Inserts and returns a new empty value (as xml) as the ith "representation" element
|
RepresentationDocument.Representation |
ApplicationDocument.Application.insertNewRepresentation(int i)
Inserts and returns a new empty value (as xml) as the ith "representation" element
|
static RepresentationDocument.Representation |
RepresentationDocument.Representation.Factory.newInstance() |
static RepresentationDocument.Representation |
RepresentationDocument.Representation.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<RepresentationDocument.Representation> |
ResponseDocument.Response.getRepresentationList()
Gets a List of "representation" elements
|
List<RepresentationDocument.Representation> |
RequestDocument.Request.getRepresentationList()
Gets a List of "representation" elements
|
List<RepresentationDocument.Representation> |
ApplicationDocument.Application.getRepresentationList()
Gets a List of "representation" elements
|
Modifier and Type | Method and Description |
---|---|
void |
RepresentationDocument.setRepresentation(RepresentationDocument.Representation representation)
Sets the "representation" element
|
void |
ResponseDocument.Response.setRepresentationArray(int i,
RepresentationDocument.Representation representation)
Sets ith "representation" element
|
void |
RequestDocument.Request.setRepresentationArray(int i,
RepresentationDocument.Representation representation)
Sets ith "representation" element
|
void |
ApplicationDocument.Application.setRepresentationArray(int i,
RepresentationDocument.Representation representation)
Sets ith "representation" element
|
void |
ResponseDocument.Response.setRepresentationArray(RepresentationDocument.Representation[] representationArray)
Sets array of all "representation" element
|
void |
RequestDocument.Request.setRepresentationArray(RepresentationDocument.Representation[] representationArray)
Sets array of all "representation" element
|
void |
ApplicationDocument.Application.setRepresentationArray(RepresentationDocument.Representation[] representationArray)
Sets array of all "representation" element
|
Modifier and Type | Class and Description |
---|---|
static class |
RepresentationDocumentImpl.RepresentationImpl
An XML representation(@http://wadl.dev.java.net/2009/02).
|
Modifier and Type | Method and Description |
---|---|
RepresentationDocument.Representation |
ResponseDocumentImpl.ResponseImpl.addNewRepresentation()
Appends and returns a new empty value (as xml) as the last "representation" element
|
RepresentationDocument.Representation |
RequestDocumentImpl.RequestImpl.addNewRepresentation()
Appends and returns a new empty value (as xml) as the last "representation" element
|
RepresentationDocument.Representation |
RepresentationDocumentImpl.addNewRepresentation()
Appends and returns a new empty "representation" element
|
RepresentationDocument.Representation |
ApplicationDocumentImpl.ApplicationImpl.addNewRepresentation()
Appends and returns a new empty value (as xml) as the last "representation" element
|
RepresentationDocument.Representation |
RepresentationDocumentImpl.getRepresentation()
Gets the "representation" element
|
RepresentationDocument.Representation[] |
ResponseDocumentImpl.ResponseImpl.getRepresentationArray()
Deprecated.
|
RepresentationDocument.Representation[] |
RequestDocumentImpl.RequestImpl.getRepresentationArray()
Deprecated.
|
RepresentationDocument.Representation[] |
ApplicationDocumentImpl.ApplicationImpl.getRepresentationArray()
Deprecated.
|
RepresentationDocument.Representation |
ResponseDocumentImpl.ResponseImpl.getRepresentationArray(int i)
Gets ith "representation" element
|
RepresentationDocument.Representation |
RequestDocumentImpl.RequestImpl.getRepresentationArray(int i)
Gets ith "representation" element
|
RepresentationDocument.Representation |
ApplicationDocumentImpl.ApplicationImpl.getRepresentationArray(int i)
Gets ith "representation" element
|
RepresentationDocument.Representation |
ResponseDocumentImpl.ResponseImpl.insertNewRepresentation(int i)
Inserts and returns a new empty value (as xml) as the ith "representation" element
|
RepresentationDocument.Representation |
RequestDocumentImpl.RequestImpl.insertNewRepresentation(int i)
Inserts and returns a new empty value (as xml) as the ith "representation" element
|
RepresentationDocument.Representation |
ApplicationDocumentImpl.ApplicationImpl.insertNewRepresentation(int i)
Inserts and returns a new empty value (as xml) as the ith "representation" element
|
Modifier and Type | Method and Description |
---|---|
List<RepresentationDocument.Representation> |
ResponseDocumentImpl.ResponseImpl.getRepresentationList()
Gets a List of "representation" elements
|
List<RepresentationDocument.Representation> |
RequestDocumentImpl.RequestImpl.getRepresentationList()
Gets a List of "representation" elements
|
List<RepresentationDocument.Representation> |
ApplicationDocumentImpl.ApplicationImpl.getRepresentationList()
Gets a List of "representation" elements
|
Modifier and Type | Method and Description |
---|---|
void |
RepresentationDocumentImpl.setRepresentation(RepresentationDocument.Representation representation)
Sets the "representation" element
|
void |
ResponseDocumentImpl.ResponseImpl.setRepresentationArray(int i,
RepresentationDocument.Representation representation)
Sets ith "representation" element
|
void |
RequestDocumentImpl.RequestImpl.setRepresentationArray(int i,
RepresentationDocument.Representation representation)
Sets ith "representation" element
|
void |
ApplicationDocumentImpl.ApplicationImpl.setRepresentationArray(int i,
RepresentationDocument.Representation representation)
Sets ith "representation" element
|
void |
ResponseDocumentImpl.ResponseImpl.setRepresentationArray(RepresentationDocument.Representation[] representationArray)
Sets array of all "representation" element
|
void |
RequestDocumentImpl.RequestImpl.setRepresentationArray(RepresentationDocument.Representation[] representationArray)
Sets array of all "representation" element
|
void |
ApplicationDocumentImpl.ApplicationImpl.setRepresentationArray(RepresentationDocument.Representation[] representationArray)
Sets array of all "representation" element
|
Copyright © 2019. All Rights Reserved.