Class PropertySlotConfiguration

  • Direct Known Subclasses:
    ImageSlotConfiguration

    public class PropertySlotConfiguration
    extends java.lang.Object

    Java class for propertySlotConfiguration complex type.

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

     <complexType name="propertySlotConfiguration">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="property" type="{}property"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

    • Constructor Detail

      • PropertySlotConfiguration

        public PropertySlotConfiguration()
    • Method Detail

      • getProperty

        public Property getProperty()
        Gets the value of the property property.
        Returns:
        possible object is Property
      • setProperty

        public void setProperty​(Property value)
        Sets the value of the property property.
        Parameters:
        value - allowed object is Property