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

public class Ctslangpart extends Object

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 Details

    • language

      protected String language
    • name

      protected String name
    • caption

      protected String caption
    • additionalinfo

      protected String additionalinfo
  • Constructor Details

    • Ctslangpart

      public Ctslangpart()
  • Method Details

    • getLanguage

      public String getLanguage()
      Gets the value of the language property.
      Returns:
      possible object is String
    • setLanguage

      public void setLanguage(String value)
      Sets the value of the language property.
      Parameters:
      value - allowed object is String
    • 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
    • getCaption

      public String getCaption()
      Gets the value of the caption property.
      Returns:
      possible object is String
    • setCaption

      public void setCaption(String value)
      Sets the value of the caption 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