com.sap.caf.core.services.bonode.document.document

Class RelateDocument

java.lang.Object
  extended by com.sap.caf.core.services.bonode.document.document.RelateDocument
All Implemented Interfaces:
Serializable

public class RelateDocument
extends Object
implements Serializable

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>
 

See Also:
Serialized Form

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

srcRid

protected QueryFilter srcRid

dstBOGuid

protected QueryFilter dstBOGuid

dstBOName

protected QueryFilter dstBOName
Constructor Detail

RelateDocument

public RelateDocument()
Method Detail

getSrcRid

public QueryFilter getSrcRid()
Gets the value of the srcRid property.

Returns:
possible object is QueryFilter

setSrcRid

public void setSrcRid(QueryFilter value)
Sets the value of the srcRid property.

Parameters:
value - allowed object is QueryFilter

getDstBOGuid

public QueryFilter getDstBOGuid()
Gets the value of the dstBOGuid property.

Returns:
possible object is QueryFilter

setDstBOGuid

public void setDstBOGuid(QueryFilter value)
Sets the value of the dstBOGuid property.

Parameters:
value - allowed object is QueryFilter

getDstBOName

public QueryFilter getDstBOName()
Gets the value of the dstBOName property.

Returns:
possible object is QueryFilter

setDstBOName

public void setDstBOName(QueryFilter value)
Sets the value of the dstBOName property.

Parameters:
value - allowed object is QueryFilter


Copyright 2009 SAP AG Complete Copyright Notice