| Constructor and Description |
|---|
ObjectRelationship()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
ObjectRelationship |
getJoin() |
boolean |
getOuterJoin() |
String |
getRelationship() |
boolean |
isOuterJoin() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setJoin(ObjectRelationship join) |
protected void |
setJoin(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setOuterJoin(boolean outerJoin) |
protected void |
setOuterJoin(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setRelationship(String relationship) |
protected void |
setRelationship(XmlInputStream __in,
TypeMapper __typeMapper) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public ObjectRelationship getJoin()
public void setJoin(ObjectRelationship join)
protected void setJoin(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic boolean getOuterJoin()
public boolean isOuterJoin()
public void setOuterJoin(boolean outerJoin)
protected void setOuterJoin(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic String getRelationship()
public void setRelationship(String relationship)
protected void setRelationship(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizableIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionCopyright © 2017. All Rights Reserved.