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

public class CtsFileAttr extends Object

Java class for CtsFileAttr complex type.

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

 <complexType name="CtsFileAttr">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="AttributeName" type="{urn:sap-com:document:sap:rfc:functions}char40"/>
         <element name="AttributeValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • attributeName

      protected String attributeName
    • attributeValue

      protected String attributeValue
  • Constructor Details

    • CtsFileAttr

      public CtsFileAttr()
  • Method Details

    • getAttributeName

      public String getAttributeName()
      Gets the value of the attributeName property.
      Returns:
      possible object is String
    • setAttributeName

      public void setAttributeName(String value)
      Sets the value of the attributeName property.
      Parameters:
      value - allowed object is String
    • getAttributeValue

      public String getAttributeValue()
      Gets the value of the attributeValue property.
      Returns:
      possible object is String
    • setAttributeValue

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