Package com.esprow.oapi.repository
Interface OapiAppInfo
- All Superinterfaces:
OapiBaseEntity
A description of an element that can contain links to external references or standards.
The following attributes and references are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns a list of all attributes present in the tag.Returns a list of all content present within the container, including elements and text nodes.Returns a list of all elements present within the container.Returns the language of the annotation.Returns the purpose of the annotation.Returns a link to the external documentation.void
Set the language of the annotation.void
setPurpose
(Object value) Set the purpose of the annotation.void
setSpecUrl
(String value) Set a link to the external documentation.Methods inherited from interface com.esprow.oapi.repository.OapiBaseEntity
getAdded, getAddedEP, getChangeType, getDeprecated, getDeprecatedEP, getIssue, getLastModified, getReplaced, getReplacedByField, getReplacedEP, getSupported, getUpdated, getUpdatedEP, setAdded, setAddedEP, setChangeType, setDeprecated, setDeprecatedEP, setIssue, setLastModified, setReplaced, setReplacedByField, setReplacedEP, setSupported, setUpdated, setUpdatedEP
-
Method Details
-
getAllContents
MixedContent getAllContents()Returns a list of all content present within the container, including elements and text nodes.- Returns:
- a list of all content present within the container, including elements and text nodes
-
getAllElements
MixedContent getAllElements()Returns a list of all elements present within the container.- Returns:
- a list of all elements present within the container
-
getAllAttributes
MixedContent getAllAttributes()Returns a list of all attributes present in the tag.- Returns:
- a list of all attributes present in the tag
-
getSpecUrl
String getSpecUrl()Returns a link to the external documentation.- Returns:
- a link to the external documentation
- See Also:
-
setSpecUrl
Set a link to the external documentation.- Parameters:
value
- the new value of the 'Spec Url' attribute.- See Also:
-
getLangId
String getLangId()Returns the language of the annotation.- Returns:
- the language of the annotation
- See Also:
-
setLangId
Set the language of the annotation.- Parameters:
value
- the new value of the 'Lang Id' attribute.- See Also:
-
getPurpose
Object getPurpose()Returns the purpose of the annotation.- Returns:
- the purpose of the annotation
- See Also:
-
setPurpose
Set the purpose of the annotation.- Parameters:
value
- the new value of the 'Purpose' attribute.- See Also:
-