public class MessageType extends Identity
Constructor and Description |
---|
MessageType() |
MessageType(java.lang.Long id) |
Modifier and Type | Method and Description |
---|---|
MessagePropertySchema[] |
getPropertySchemas()
Gets the property schemas.
|
java.lang.Long |
getXmlId() |
boolean |
isProcessesCanProduce()
Gets whether processes can produce this type of message (whether it shows up in the Send
Message dialog in the Modeler).
|
boolean |
isPropertyCustom(java.lang.String propertyName_)
Returns whether the specified property is a custom property (i.e., is not part of the message
type).
|
void |
setProcessesCanProduce(boolean processesCanProduce_)
Sets whether processes can produce this type of message (whether it shows up in the Send
Message dialog in the Modeler).
|
void |
setPropertySchemas(MessagePropertySchema[] propertySchemas_)
Sets the property schemas.
|
void |
setXmlId(java.lang.Long xmlId) |
java.lang.String |
toString()
Returns a string representation of the
Identity . |
public MessageType()
public MessageType(java.lang.Long id)
public java.lang.Long getXmlId()
public void setXmlId(java.lang.Long xmlId)
public boolean isProcessesCanProduce()
setProcessesCanProduce(boolean)
public void setProcessesCanProduce(boolean processesCanProduce_)
processesCanProduce_
- whether processes can produceisProcessesCanProduce()
public MessagePropertySchema[] getPropertySchemas()
setPropertySchemas(MessagePropertySchema[])
public void setPropertySchemas(MessagePropertySchema[] propertySchemas_)
propertySchemas_
- the property schemasgetPropertySchemas()
public boolean isPropertyCustom(java.lang.String propertyName_)
propertyName_
- the name of the propertyInternalMessage.JMS_TYPE_KEY
public java.lang.String toString()
Identity
Identity
. In general,
the toString method returns a string that "textually represents" this
object.Copyright © 2003-2024 Appian Corporation. All Rights Reserved.