Package | Description |
---|---|
net.java.dev.wadl.x2009.x02 | |
net.java.dev.wadl.x2009.x02.impl |
Modifier and Type | Method and Description |
---|---|
LinkDocument.Link |
ParamDocument.Param.addNewLink()
Appends and returns a new empty "link" element
|
LinkDocument.Link |
LinkDocument.addNewLink()
Appends and returns a new empty "link" element
|
LinkDocument.Link |
ParamDocument.Param.getLink()
Gets the "link" element
|
LinkDocument.Link |
LinkDocument.getLink()
Gets the "link" element
|
static LinkDocument.Link |
LinkDocument.Link.Factory.newInstance() |
static LinkDocument.Link |
LinkDocument.Link.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
void |
ParamDocument.Param.setLink(LinkDocument.Link link)
Sets the "link" element
|
void |
LinkDocument.setLink(LinkDocument.Link link)
Sets the "link" element
|
Modifier and Type | Class and Description |
---|---|
static class |
LinkDocumentImpl.LinkImpl
An XML link(@http://wadl.dev.java.net/2009/02).
|
Modifier and Type | Method and Description |
---|---|
LinkDocument.Link |
ParamDocumentImpl.ParamImpl.addNewLink()
Appends and returns a new empty "link" element
|
LinkDocument.Link |
LinkDocumentImpl.addNewLink()
Appends and returns a new empty "link" element
|
LinkDocument.Link |
ParamDocumentImpl.ParamImpl.getLink()
Gets the "link" element
|
LinkDocument.Link |
LinkDocumentImpl.getLink()
Gets the "link" element
|
Modifier and Type | Method and Description |
---|---|
void |
ParamDocumentImpl.ParamImpl.setLink(LinkDocument.Link link)
Sets the "link" element
|
void |
LinkDocumentImpl.setLink(LinkDocument.Link link)
Sets the "link" element
|
Copyright © 2019. All Rights Reserved.