Class AssetSetInfo


  • public class AssetSetInfo
    extends 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 Detail

      • AssetSetInfo

        public AssetSetInfo()
    • Method Detail

      • getSetDefinition

        public String getSetDefinition()
        Gets the value of the setDefinition property.
        Returns:
        possible object is String
      • setSetDefinition

        public void setSetDefinition​(String value)
        Sets the value of the setDefinition property.
        Parameters:
        value - allowed object is String