public class ApiEntity extends Object implements Serializable
| Constructor and Description |
|---|
ApiEntity() |
ApiEntity(String title,
String name,
String[] aliases,
ApiMethodEntity[] methods) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String[] |
getAliases()
Gets the aliases value for this ApiEntity.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
ApiMethodEntity[] |
getMethods()
Gets the methods value for this ApiEntity.
|
String |
getName()
Gets the name value for this ApiEntity.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getTitle()
Gets the title value for this ApiEntity.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setAliases(String[] aliases)
Sets the aliases value for this ApiEntity.
|
void |
setMethods(ApiMethodEntity[] methods)
Sets the methods value for this ApiEntity.
|
void |
setName(String name)
Sets the name value for this ApiEntity.
|
void |
setTitle(String title)
Sets the title value for this ApiEntity.
|
public ApiEntity()
public ApiEntity(String title, String name, String[] aliases, ApiMethodEntity[] methods)
public String getTitle()
public void setTitle(String title)
title - public String getName()
public void setName(String name)
name - public String[] getAliases()
public void setAliases(String[] aliases)
aliases - public ApiMethodEntity[] getMethods()
public void setMethods(ApiMethodEntity[] methods)
methods - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2019 Imixs Software Solutions GmbH. All rights reserved.