Class CtsWsObjectListEntry
java.lang.Object
com.sap.document.sap.soap.functions.mc_style.CtsWsObjectListEntry
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the additionalInfo property.Gets the value of the detailsUri property.getId()Gets the value of the id property.Gets the value of the isComplete property.Gets the value of the isDeletion property.Gets the value of the langParts property.Gets the value of the lastModifiedAt property.Gets the value of the lastModifiedBy property.Gets the value of the masterLang property.getName()Gets the value of the name property.Gets the value of the parent2Id property.Gets the value of the parentId property.Gets the value of the parentVersionId property.getType()Gets the value of the type property.Gets the value of the versionId property.voidsetAdditionalInfo(String value) Sets the value of the additionalInfo property.voidsetDetailsUri(String value) Sets the value of the detailsUri property.voidSets the value of the id property.voidsetIsComplete(String value) Sets the value of the isComplete property.voidsetIsDeletion(String value) Sets the value of the isDeletion property.voidsetLangParts(Ctslangparts value) Sets the value of the langParts property.voidsetLastModifiedAt(String value) Sets the value of the lastModifiedAt property.voidsetLastModifiedBy(String value) Sets the value of the lastModifiedBy property.voidsetMasterLang(String value) Sets the value of the masterLang property.voidSets the value of the name property.voidsetParent2Id(String value) Sets the value of the parent2Id property.voidsetParentId(String value) Sets the value of the parentId property.voidsetParentVersionId(String value) Sets the value of the parentVersionId property.voidSets the value of the type property.voidsetVersionId(String value) Sets the value of the versionId property.
-
Field Details
-
id
-
type
-
versionId
-
masterLang
-
detailsUri
-
parentId
-
parentVersionId
-
parent2Id
-
isComplete
-
isDeletion
-
lastModifiedAt
-
lastModifiedBy
-
langParts
-
name
-
additionalInfo
-
-
Constructor Details
-
CtsWsObjectListEntry
public CtsWsObjectListEntry()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-
getVersionId
Gets the value of the versionId property.- Returns:
- possible object is
String
-
setVersionId
Sets the value of the versionId property.- Parameters:
value- allowed object isString
-
getMasterLang
Gets the value of the masterLang property.- Returns:
- possible object is
String
-
setMasterLang
Sets the value of the masterLang property.- Parameters:
value- allowed object isString
-
getDetailsUri
Gets the value of the detailsUri property.- Returns:
- possible object is
String
-
setDetailsUri
Sets the value of the detailsUri property.- Parameters:
value- allowed object isString
-
getParentId
Gets the value of the parentId property.- Returns:
- possible object is
String
-
setParentId
Sets the value of the parentId property.- Parameters:
value- allowed object isString
-
getParentVersionId
Gets the value of the parentVersionId property.- Returns:
- possible object is
String
-
setParentVersionId
Sets the value of the parentVersionId property.- Parameters:
value- allowed object isString
-
getParent2Id
Gets the value of the parent2Id property.- Returns:
- possible object is
String
-
setParent2Id
Sets the value of the parent2Id property.- Parameters:
value- allowed object isString
-
getIsComplete
Gets the value of the isComplete property.- Returns:
- possible object is
String
-
setIsComplete
Sets the value of the isComplete property.- Parameters:
value- allowed object isString
-
getIsDeletion
Gets the value of the isDeletion property.- Returns:
- possible object is
String
-
setIsDeletion
Sets the value of the isDeletion property.- Parameters:
value- allowed object isString
-
getLastModifiedAt
Gets the value of the lastModifiedAt property.- Returns:
- possible object is
String
-
setLastModifiedAt
Sets the value of the lastModifiedAt property.- Parameters:
value- allowed object isString
-
getLastModifiedBy
Gets the value of the lastModifiedBy property.- Returns:
- possible object is
String
-
setLastModifiedBy
Sets the value of the lastModifiedBy property.- Parameters:
value- allowed object isString
-
getLangParts
Gets the value of the langParts property.- Returns:
- possible object is
Ctslangparts
-
setLangParts
Sets the value of the langParts property.- Parameters:
value- allowed object isCtslangparts
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getAdditionalInfo
Gets the value of the additionalInfo property.- Returns:
- possible object is
String
-
setAdditionalInfo
Sets the value of the additionalInfo property.- Parameters:
value- allowed object isString
-