Class Item

java.lang.Object
com.emc.d2fs.models.item.Item
All Implemented Interfaces:
Serializable

public class Item extends Object implements Serializable

Java class for item complex type.

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

 <complexType name="item">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{http://www.emc.com/d2fs/models/attribute}attributes" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.emc.com/d2fs/models/rendering_options}rendering_options" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute ref="{http://www.emc.com/d2fs/models/common}id use="required""/>
       <attribute name="type" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="version" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="versionLabels" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="icon" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="thumbnail" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
       <attribute name="locked" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="lockOwnerName" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="selected" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="immutable" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="style" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="children" type="{http://www.w3.org/2001/XMLSchema}boolean" />
       <attribute name="is_reference" type="{http://www.w3.org/2001/XMLSchema}boolean" />
     </restriction>
   </complexContent>
 </complexType>
 
See Also:
  • Constructor Details

    • Item

      public Item()
  • Method Details

    • getAttributes

      public List<Attribute> getAttributes()
      Gets the value of the attributes property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the attributes property.

      For example, to add a new item, do as follows:

          getAttributes().add(newItem);
       

      Objects of the following type(s) are allowed in the list Attribute

    • getRenderingOptions

      public List<RenderingOption> getRenderingOptions()
      Gets the value of the renderingOptions property.

      This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the renderingOptions property.

      For example, to add a new item, do as follows:

          getRenderingOptions().add(newItem);
       

      Objects of the following type(s) are allowed in the list RenderingOption

    • getId

      public String getId()
      Gets the value of the id property.
      Returns:
      possible object is String
    • setId

      public void setId(String value)
      Sets the value of the id property.
      Parameters:
      value - allowed object is String
    • getType

      public String getType()
      Gets the value of the type property.
      Returns:
      possible object is String
    • setType

      public void setType(String value)
      Sets the value of the type property.
      Parameters:
      value - allowed object is String
    • getVersion

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String
    • getVersionLabels

      public String getVersionLabels()
      Gets the value of the versionLabels property.
      Returns:
      possible object is String
    • setVersionLabels

      public void setVersionLabels(String value)
      Sets the value of the versionLabels property.
      Parameters:
      value - allowed object is String
    • getIcon

      public String getIcon()
      Gets the value of the icon property.
      Returns:
      possible object is String
    • setIcon

      public void setIcon(String value)
      Sets the value of the icon property.
      Parameters:
      value - allowed object is String
    • getThumbnail

      public String getThumbnail()
      Gets the value of the thumbnail property.
      Returns:
      possible object is String
    • setThumbnail

      public void setThumbnail(String value)
      Sets the value of the thumbnail property.
      Parameters:
      value - allowed object is String
    • getLocked

      public String getLocked()
      Gets the value of the locked property.
      Returns:
      possible object is String
    • setLocked

      public void setLocked(String value)
      Sets the value of the locked property.
      Parameters:
      value - allowed object is String
    • getLockOwnerName

      public String getLockOwnerName()
      Gets the value of the lockOwnerName property.
      Returns:
      possible object is String
    • setLockOwnerName

      public void setLockOwnerName(String value)
      Sets the value of the lockOwnerName property.
      Parameters:
      value - allowed object is String
    • isSelected

      public Boolean isSelected()
      Gets the value of the selected property.
      Returns:
      possible object is Boolean
    • setSelected

      public void setSelected(Boolean value)
      Sets the value of the selected property.
      Parameters:
      value - allowed object is Boolean
    • isImmutable

      public Boolean isImmutable()
      Gets the value of the immutable property.
      Returns:
      possible object is Boolean
    • setImmutable

      public void setImmutable(Boolean value)
      Sets the value of the immutable property.
      Parameters:
      value - allowed object is Boolean
    • getStyle

      public String getStyle()
      Gets the value of the style property.
      Returns:
      possible object is String
    • setStyle

      public void setStyle(String value)
      Sets the value of the style property.
      Parameters:
      value - allowed object is String
    • isChildren

      public Boolean isChildren()
      Gets the value of the children property.
      Returns:
      possible object is Boolean
    • setChildren

      public void setChildren(Boolean value)
      Sets the value of the children property.
      Parameters:
      value - allowed object is Boolean
    • isIsReference

      public Boolean isIsReference()
      Gets the value of the isReference property.
      Returns:
      possible object is Boolean
    • setIsReference

      public void setIsReference(Boolean value)
      Sets the value of the isReference property.
      Parameters:
      value - allowed object is Boolean