Class Ctslangpart
java.lang.Object
com.sap.document.sap.soap.functions.mc_style.Ctslangpart
Java class for Ctslangpart complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Ctslangpart">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Language" type="{urn:sap-com:document:sap:rfc:functions}char2"/>
<element name="Name" type="{urn:sap-com:document:sap:rfc:functions}shortString1024"/>
<element name="Caption" 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 caption property.Gets the value of the language property.getName()Gets the value of the name property.voidsetAdditionalinfo(String value) Sets the value of the additionalinfo property.voidsetCaption(String value) Sets the value of the caption property.voidsetLanguage(String value) Sets the value of the language property.voidSets the value of the name property.
-
Field Details
-
language
-
name
-
caption
-
additionalinfo
-
-
Constructor Details
-
Ctslangpart
public Ctslangpart()
-
-
Method Details
-
getLanguage
Gets the value of the language property.- Returns:
- possible object is
String
-
setLanguage
Sets the value of the language property.- Parameters:
value- allowed object isString
-
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
-
getCaption
Gets the value of the caption property.- Returns:
- possible object is
String
-
setCaption
Sets the value of the caption 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
-