public class Dependency extends Object implements Serializable
Constructor and Description |
---|
Dependency() |
Dependency(String headChunkId,
String label) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getHeadChunkId()
Gets the headChunkId value for this Dependency.
|
String |
getLabel()
Gets the label value for this Dependency.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
|
int |
hashCode() |
void |
setHeadChunkId(String headChunkId)
Sets the headChunkId value for this Dependency.
|
void |
setLabel(String label)
Sets the label value for this Dependency.
|
public String getHeadChunkId()
public void setHeadChunkId(String headChunkId)
headChunkId
- public String getLabel()
public void setLabel(String label)
label
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)