public class ImageRef
extends java.lang.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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
contentRef |
protected java.lang.Integer |
custLinFactNeighborX |
protected java.lang.Integer |
custLinFactNeighborY |
protected java.lang.Integer |
custScaleX |
protected java.lang.Integer |
custScaleY |
| Constructor and Description |
|---|
ImageRef() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContentRef()
Gets the value of the contentRef property.
|
java.lang.Integer |
getCustLinFactNeighborX()
Gets the value of the custLinFactNeighborX property.
|
java.lang.Integer |
getCustLinFactNeighborY()
Gets the value of the custLinFactNeighborY property.
|
java.lang.Integer |
getCustScaleX()
Gets the value of the custScaleX property.
|
java.lang.Integer |
getCustScaleY()
Gets the value of the custScaleY property.
|
void |
setContentRef(java.lang.String value)
Sets the value of the contentRef property.
|
void |
setCustLinFactNeighborX(java.lang.Integer value)
Sets the value of the custLinFactNeighborX property.
|
void |
setCustLinFactNeighborY(java.lang.Integer value)
Sets the value of the custLinFactNeighborY property.
|
void |
setCustScaleX(java.lang.Integer value)
Sets the value of the custScaleX property.
|
void |
setCustScaleY(java.lang.Integer value)
Sets the value of the custScaleY property.
|
protected java.lang.String contentRef
protected java.lang.Integer custLinFactNeighborX
protected java.lang.Integer custLinFactNeighborY
protected java.lang.Integer custScaleY
protected java.lang.Integer custScaleX
public java.lang.String getContentRef()
Stringpublic void setContentRef(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Integer getCustLinFactNeighborX()
Integerpublic void setCustLinFactNeighborX(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getCustLinFactNeighborY()
Integerpublic void setCustLinFactNeighborY(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getCustScaleY()
Integerpublic void setCustScaleY(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getCustScaleX()
Integerpublic void setCustScaleX(java.lang.Integer value)
value - allowed object is
IntegerCopyright © 2007–2023. All rights reserved.