Class AsyncApi23OneOfMessagesImpl
- java.lang.Object
-
- io.apicurio.datamodels.models.NodeImpl
-
- io.apicurio.datamodels.models.asyncapi.v23.AsyncApi23OneOfMessagesImpl
-
- All Implemented Interfaces:
AsyncApiOneOfMessages,AsyncApi23OneOfMessages,Node,Visitable
public class AsyncApi23OneOfMessagesImpl extends NodeImpl implements AsyncApi23OneOfMessages
-
-
Constructor Summary
Constructors Constructor Description AsyncApi23OneOfMessagesImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(Visitor visitor)voidaddOneOf(AsyncApiMessage value)voidclearOneOf()AsyncApi23MessagecreateMessage()NodeemptyClone()List<AsyncApiMessage>getOneOf()voidinsertOneOf(AsyncApiMessage value, int atIndex)voidremoveOneOf(AsyncApiMessage value)-
Methods inherited from class io.apicurio.datamodels.models.NodeImpl
_setMapPropertyName, _setParentPropertyName, _setParentPropertyType, addExtraProperty, attach, clearNodeAttributes, getExtraProperty, getExtraPropertyNames, getNodeAttribute, getNodeAttributeNames, hasExtraProperties, isAttached, isEntity, isEntityList, isEntityMap, mapPropertyName, modelId, parent, parentPropertyName, parentPropertyType, removeExtraProperty, root, setNodeAttribute, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.apicurio.datamodels.models.Node
addExtraProperty, attach, clearNodeAttributes, getExtraProperty, getExtraPropertyNames, getNodeAttribute, getNodeAttributeNames, hasExtraProperties, isAttached, mapPropertyName, modelId, parent, parentPropertyName, parentPropertyType, removeExtraProperty, root, setNodeAttribute
-
-
-
-
Method Detail
-
createMessage
public AsyncApi23Message createMessage()
- Specified by:
createMessagein interfaceAsyncApiOneOfMessages
-
getOneOf
public List<AsyncApiMessage> getOneOf()
- Specified by:
getOneOfin interfaceAsyncApiOneOfMessages
-
addOneOf
public void addOneOf(AsyncApiMessage value)
- Specified by:
addOneOfin interfaceAsyncApiOneOfMessages
-
clearOneOf
public void clearOneOf()
- Specified by:
clearOneOfin interfaceAsyncApiOneOfMessages
-
removeOneOf
public void removeOneOf(AsyncApiMessage value)
- Specified by:
removeOneOfin interfaceAsyncApiOneOfMessages
-
insertOneOf
public void insertOneOf(AsyncApiMessage value, int atIndex)
- Specified by:
insertOneOfin interfaceAsyncApiOneOfMessages
-
emptyClone
public Node emptyClone()
- Specified by:
emptyClonein interfaceNode
-
-