public class Aai20Document extends AaiDocument
asyncapi, channels, components, defaultContentType, id, servers
externalDocs, info, tags
_extensions
_attributes, _extraProperties, _modelId, _ownerDocument, _parent, _validationProblems
Constructor and Description |
---|
Aai20Document()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Aai20ChannelItem |
createChannelItem(String name) |
Aai20Components |
createComponents() |
Aai20ExternalDocumentation |
createExternalDocumentation()
Creates an External Documentation node.
|
Aai20Info |
createInfo()
Creates an Info node.
|
AaiServer |
createServer(String name) |
AaiServer |
createServer(String name,
String url,
String description) |
Aai20Tag |
createTag()
Creates a Tag node.
|
DocumentType |
getDocumentType()
Called to get the type of document.
|
addChannelItem, addServer, getChannels, getServers
accept, addTag, setExternalDocumentation, setExternalDocumentation
addExtension, clearExtensions, createExtension, getExtension, getExtensions, isExtensible, removeExtension
addExtraProperty, addValidationProblem, clearAttributes, clearValidationProblems, getAttribute, getAttributeNames, getExtraProperty, getExtraPropertyNames, getValidationProblemCodes, getValidationProblems, getValidationProblemsFor, hasExtraProperties, modelId, ownerDocument, parent, removeExtraProperty, setAttribute
public DocumentType getDocumentType()
Document
getDocumentType
in class Document
Document.getDocumentType()
public Aai20Info createInfo()
Document
createInfo
in class Document
Document.createInfo()
public Aai20Tag createTag()
Document
createTag
in class Document
Document.createTag()
public Aai20ExternalDocumentation createExternalDocumentation()
Document
createExternalDocumentation
in interface IExternalDocumentationParent
createExternalDocumentation
in class Document
Document.createExternalDocumentation()
public AaiServer createServer(String name)
createServer
in class AaiDocument
AaiDocument.createServer(java.lang.String)
public AaiServer createServer(String name, String url, String description)
createServer
in class AaiDocument
AaiDocument.createServer(java.lang.String, java.lang.String, java.lang.String)
public Aai20ChannelItem createChannelItem(String name)
createChannelItem
in class AaiDocument
public Aai20Components createComponents()
createComponents
in class AaiDocument
Copyright © 2021 Red Hat. All rights reserved.