Uses of Class
org.apache.activemq.schema.core.DtoDestinationEntry
-
Packages that use DtoDestinationEntry Package Description org.apache.activemq.schema.core -
-
Uses of DtoDestinationEntry in org.apache.activemq.schema.core
Fields in org.apache.activemq.schema.core declared as DtoDestinationEntry Modifier and Type Field Description protected DtoDestinationEntry
DtoDestinationEntry.Value. destinationEntry
Methods in org.apache.activemq.schema.core that return DtoDestinationEntry Modifier and Type Method Description DtoDestinationEntry
ObjectFactory. createDtoDestinationEntry()
Create an instance ofDtoDestinationEntry
DtoDestinationEntry
DtoDestinationEntry.Value. getDestinationEntry()
Gets the value of the destinationEntry property.Methods in org.apache.activemq.schema.core with parameters of type DtoDestinationEntry Modifier and Type Method Description void
DtoDestinationEntry.Value. setDestinationEntry(DtoDestinationEntry value)
Sets the value of the destinationEntry property.
-