Class CtsFileAttr
java.lang.Object
com.sap.document.sap.soap.functions.mc_style.CtsFileAttr
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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attributeName property.Gets the value of the attributeValue property.voidsetAttributeName(String value) Sets the value of the attributeName property.voidsetAttributeValue(String value) Sets the value of the attributeValue property.
-
Field Details
-
attributeName
-
attributeValue
-
-
Constructor Details
-
CtsFileAttr
public CtsFileAttr()
-
-
Method Details
-
getAttributeName
Gets the value of the attributeName property.- Returns:
- possible object is
String
-
setAttributeName
Sets the value of the attributeName property.- Parameters:
value- allowed object isString
-
getAttributeValue
Gets the value of the attributeValue property.- Returns:
- possible object is
String
-
setAttributeValue
Sets the value of the attributeValue property.- Parameters:
value- allowed object isString
-