Class CtsWsObjectListEntry

java.lang.Object
com.sap.document.sap.soap.functions.mc_style.CtsWsObjectListEntry

public class CtsWsObjectListEntry extends Object

Java class for CtsWsObjectListEntry complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CtsWsObjectListEntry">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="Id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Type" type="{urn:sap-com:document:sap:rfc:functions}shortString120"/>
         <element name="VersionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="MasterLang" type="{urn:sap-com:document:sap:rfc:functions}char2"/>
         <element name="DetailsUri" type="{urn:sap-com:document:sap:rfc:functions}shortString1333"/>
         <element name="ParentId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="ParentVersionId" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="Parent2Id" type="{urn:sap-com:document:sap:rfc:functions}shortString120"/>
         <element name="IsComplete" type="{urn:sap-com:document:sap:rfc:functions}char1"/>
         <element name="IsDeletion" type="{urn:sap-com:document:sap:rfc:functions}char1"/>
         <element name="LastModifiedAt" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="LastModifiedBy" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="LangParts" type="{urn:sap-com:document:sap:soap:functions:mc-style}Ctslangparts"/>
         <element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="AdditionalInfo" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • id

      protected String id
    • type

      protected String type
    • versionId

      protected String versionId
    • masterLang

      protected String masterLang
    • detailsUri

      protected String detailsUri
    • parentId

      protected String parentId
    • parentVersionId

      protected String parentVersionId
    • parent2Id

      protected String parent2Id
    • isComplete

      protected String isComplete
    • isDeletion

      protected String isDeletion
    • lastModifiedAt

      protected String lastModifiedAt
    • lastModifiedBy

      protected String lastModifiedBy
    • langParts

      protected Ctslangparts langParts
    • name

      protected String name
    • additionalInfo

      protected String additionalInfo
  • Constructor Details

    • CtsWsObjectListEntry

      public CtsWsObjectListEntry()
  • Method Details

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getVersionId

      public String getVersionId()
      Gets the value of the versionId property.
      Returns:
      possible object is String
    • setVersionId

      public void setVersionId(String value)
      Sets the value of the versionId property.
      Parameters:
      value - allowed object is String
    • getMasterLang

      public String getMasterLang()
      Gets the value of the masterLang property.
      Returns:
      possible object is String
    • setMasterLang

      public void setMasterLang(String value)
      Sets the value of the masterLang property.
      Parameters:
      value - allowed object is String
    • getDetailsUri

      public String getDetailsUri()
      Gets the value of the detailsUri property.
      Returns:
      possible object is String
    • setDetailsUri

      public void setDetailsUri(String value)
      Sets the value of the detailsUri property.
      Parameters:
      value - allowed object is String
    • getParentId

      public String getParentId()
      Gets the value of the parentId property.
      Returns:
      possible object is String
    • setParentId

      public void setParentId(String value)
      Sets the value of the parentId property.
      Parameters:
      value - allowed object is String
    • getParentVersionId

      public String getParentVersionId()
      Gets the value of the parentVersionId property.
      Returns:
      possible object is String
    • setParentVersionId

      public void setParentVersionId(String value)
      Sets the value of the parentVersionId property.
      Parameters:
      value - allowed object is String
    • getParent2Id

      public String getParent2Id()
      Gets the value of the parent2Id property.
      Returns:
      possible object is String
    • setParent2Id

      public void setParent2Id(String value)
      Sets the value of the parent2Id property.
      Parameters:
      value - allowed object is String
    • getIsComplete

      public String getIsComplete()
      Gets the value of the isComplete property.
      Returns:
      possible object is String
    • setIsComplete

      public void setIsComplete(String value)
      Sets the value of the isComplete property.
      Parameters:
      value - allowed object is String
    • getIsDeletion

      public String getIsDeletion()
      Gets the value of the isDeletion property.
      Returns:
      possible object is String
    • setIsDeletion

      public void setIsDeletion(String value)
      Sets the value of the isDeletion property.
      Parameters:
      value - allowed object is String
    • getLastModifiedAt

      public String getLastModifiedAt()
      Gets the value of the lastModifiedAt property.
      Returns:
      possible object is String
    • setLastModifiedAt

      public void setLastModifiedAt(String value)
      Sets the value of the lastModifiedAt property.
      Parameters:
      value - allowed object is String
    • getLastModifiedBy

      public String getLastModifiedBy()
      Gets the value of the lastModifiedBy property.
      Returns:
      possible object is String
    • setLastModifiedBy

      public void setLastModifiedBy(String value)
      Sets the value of the lastModifiedBy property.
      Parameters:
      value - allowed object is String
    • getLangParts

      public Ctslangparts getLangParts()
      Gets the value of the langParts property.
      Returns:
      possible object is Ctslangparts
    • setLangParts

      public void setLangParts(Ctslangparts value)
      Sets the value of the langParts property.
      Parameters:
      value - allowed object is Ctslangparts
    • getName

      public String getName()
      Gets the value of the name property.
      Returns:
      possible object is String
    • setName

      public void setName(String value)
      Sets the value of the name property.
      Parameters:
      value - allowed object is String
    • getAdditionalInfo

      public String getAdditionalInfo()
      Gets the value of the additionalInfo property.
      Returns:
      possible object is String
    • setAdditionalInfo

      public void setAdditionalInfo(String value)
      Sets the value of the additionalInfo property.
      Parameters:
      value - allowed object is String