Class ImageRef

java.lang.Object
org.opendope.SmartArt.dataHierarchy.ImageRef

public class ImageRef extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="contentRef" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="custLinFactNeighborX" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="custLinFactNeighborY" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="custScaleY" type="{http://www.w3.org/2001/XMLSchema}int" />
       <attribute name="custScaleX" type="{http://www.w3.org/2001/XMLSchema}int" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

    • contentRef

      protected String contentRef
    • custLinFactNeighborX

      protected Integer custLinFactNeighborX
    • custLinFactNeighborY

      protected Integer custLinFactNeighborY
    • custScaleY

      protected Integer custScaleY
    • custScaleX

      protected Integer custScaleX
  • Constructor Details

    • ImageRef

      public ImageRef()
  • Method Details

    • getContentRef

      public String getContentRef()
      Gets the value of the contentRef property.
      Returns:
      possible object is String
    • setContentRef

      public void setContentRef(String value)
      Sets the value of the contentRef property.
      Parameters:
      value - allowed object is String
    • getCustLinFactNeighborX

      public Integer getCustLinFactNeighborX()
      Gets the value of the custLinFactNeighborX property.
      Returns:
      possible object is Integer
    • setCustLinFactNeighborX

      public void setCustLinFactNeighborX(Integer value)
      Sets the value of the custLinFactNeighborX property.
      Parameters:
      value - allowed object is Integer
    • getCustLinFactNeighborY

      public Integer getCustLinFactNeighborY()
      Gets the value of the custLinFactNeighborY property.
      Returns:
      possible object is Integer
    • setCustLinFactNeighborY

      public void setCustLinFactNeighborY(Integer value)
      Sets the value of the custLinFactNeighborY property.
      Parameters:
      value - allowed object is Integer
    • getCustScaleY

      public Integer getCustScaleY()
      Gets the value of the custScaleY property.
      Returns:
      possible object is Integer
    • setCustScaleY

      public void setCustScaleY(Integer value)
      Sets the value of the custScaleY property.
      Parameters:
      value - allowed object is Integer
    • getCustScaleX

      public Integer getCustScaleX()
      Gets the value of the custScaleX property.
      Returns:
      possible object is Integer
    • setCustScaleX

      public void setCustScaleX(Integer value)
      Sets the value of the custScaleX property.
      Parameters:
      value - allowed object is Integer