public class ChildRelationship extends Object implements Serializable
Constructor and Description |
---|
ChildRelationship() |
ChildRelationship(boolean cascadeDelete,
String childSObject,
boolean deprecatedAndHidden,
String field,
String relationshipName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getChildSObject()
Gets the childSObject value for this ChildRelationship.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getField()
Gets the field value for this ChildRelationship.
|
String |
getRelationshipName()
Gets the relationshipName value for this ChildRelationship.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
boolean |
isCascadeDelete()
Gets the cascadeDelete value for this ChildRelationship.
|
boolean |
isDeprecatedAndHidden()
Gets the deprecatedAndHidden value for this ChildRelationship.
|
void |
setCascadeDelete(boolean cascadeDelete)
Sets the cascadeDelete value for this ChildRelationship.
|
void |
setChildSObject(String childSObject)
Sets the childSObject value for this ChildRelationship.
|
void |
setDeprecatedAndHidden(boolean deprecatedAndHidden)
Sets the deprecatedAndHidden value for this ChildRelationship.
|
void |
setField(String field)
Sets the field value for this ChildRelationship.
|
void |
setRelationshipName(String relationshipName)
Sets the relationshipName value for this ChildRelationship.
|
public boolean isCascadeDelete()
public void setCascadeDelete(boolean cascadeDelete)
cascadeDelete
- public String getChildSObject()
public void setChildSObject(String childSObject)
childSObject
- public boolean isDeprecatedAndHidden()
public void setDeprecatedAndHidden(boolean deprecatedAndHidden)
deprecatedAndHidden
- public String getField()
public void setField(String field)
field
- public String getRelationshipName()
public void setRelationshipName(String relationshipName)
relationshipName
- public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All rights reserved.