|
SAP NetWeaver 7.11 (EhP1 SP03) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.caf.core.services.bonode.document.document.RelateDocument
public class RelateDocument
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="srcRid" type="{http://www.sap.com/caf/query_filter}QueryFilter" minOccurs="0"/>
<element name="dstBOGuid" type="{http://www.sap.com/caf/query_filter}QueryFilter" minOccurs="0"/>
<element name="dstBOName" type="{http://www.sap.com/caf/query_filter}QueryFilter" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected QueryFilter |
dstBOGuid
|
protected QueryFilter |
dstBOName
|
protected QueryFilter |
srcRid
|
| Constructor Summary | |
|---|---|
RelateDocument()
|
|
| Method Summary | |
|---|---|
QueryFilter |
getDstBOGuid()
Gets the value of the dstBOGuid property. |
QueryFilter |
getDstBOName()
Gets the value of the dstBOName property. |
QueryFilter |
getSrcRid()
Gets the value of the srcRid property. |
void |
setDstBOGuid(QueryFilter value)
Sets the value of the dstBOGuid property. |
void |
setDstBOName(QueryFilter value)
Sets the value of the dstBOName property. |
void |
setSrcRid(QueryFilter value)
Sets the value of the srcRid property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected QueryFilter srcRid
protected QueryFilter dstBOGuid
protected QueryFilter dstBOName
| Constructor Detail |
|---|
public RelateDocument()
| Method Detail |
|---|
public QueryFilter getSrcRid()
QueryFilterpublic void setSrcRid(QueryFilter value)
value - allowed object is
QueryFilterpublic QueryFilter getDstBOGuid()
QueryFilterpublic void setDstBOGuid(QueryFilter value)
value - allowed object is
QueryFilterpublic QueryFilter getDstBOName()
QueryFilterpublic void setDstBOName(QueryFilter value)
value - allowed object is
QueryFilter
|
SAP NetWeaver 7.11 (EhP1 SP03) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||