com.sap.caf.core.services.appsrv.doccontent

Class IsDocumentVersioned

java.lang.Object
  extended by com.sap.caf.core.services.appsrv.doccontent.IsDocumentVersioned
All Implemented Interfaces:
Serializable

public class IsDocumentVersioned
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="rid" type="{http://www.sap.com/caf/sap.com/caf.core/services}Rid" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  String rid
           
 
Constructor Summary
IsDocumentVersioned()
           
 
Method Summary
 String getRid()
          Gets the value of the rid property.
 void setRid(String value)
          Sets the value of the rid property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rid

protected String rid
Constructor Detail

IsDocumentVersioned

public IsDocumentVersioned()
Method Detail

getRid

public String getRid()
Gets the value of the rid property.

Returns:
possible object is String

setRid

public void setRid(String value)
Sets the value of the rid property.

Parameters:
value - allowed object is String


Copyright 2009 SAP AG Complete Copyright Notice