public class RelationshipData extends Object implements Serializable
コンストラクタと説明 |
---|
RelationshipData() |
RelationshipData(BigInteger id,
ObjectRef type,
BigInteger target_id) |
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
BigInteger |
getId()
Gets the id value for this RelationshipData.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
BigInteger |
getTarget_id()
Gets the target_id value for this RelationshipData.
|
ObjectRef |
getType()
Gets the type value for this RelationshipData.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
|
int |
hashCode() |
void |
setId(BigInteger id)
Sets the id value for this RelationshipData.
|
void |
setTarget_id(BigInteger target_id)
Sets the target_id value for this RelationshipData.
|
void |
setType(ObjectRef type)
Sets the type value for this RelationshipData.
|
public RelationshipData()
public RelationshipData(BigInteger id, ObjectRef type, BigInteger target_id)
public BigInteger getId()
public void setId(BigInteger id)
id
- public ObjectRef getType()
public void setType(ObjectRef type)
type
- public BigInteger getTarget_id()
public void setTarget_id(BigInteger target_id)
target_id
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2004-2015. All Rights Reserved.