Package com.scene7.ipsapi
Class AssetSetInfo
- java.lang.Object
-
- com.scene7.ipsapi.AssetSetInfo
-
public class AssetSetInfo extends java.lang.Object
Java class for AssetSetInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AssetSetInfo"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="setDefinition" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description AssetSetInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getSetDefinition()
Gets the value of the setDefinition property.void
setSetDefinition(java.lang.String value)
Sets the value of the setDefinition property.
-
-
-
Method Detail
-
getSetDefinition
public java.lang.String getSetDefinition()
Gets the value of the setDefinition property.- Returns:
- possible object is
String
-
setSetDefinition
public void setSetDefinition(java.lang.String value)
Sets the value of the setDefinition property.- Parameters:
value
- allowed object isString
-
-