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>
Modifier and Type | Field and Description |
---|---|
protected String |
contentRef |
protected Integer |
custLinFactNeighborX |
protected Integer |
custLinFactNeighborY |
protected Integer |
custScaleX |
protected Integer |
custScaleY |
Constructor and Description |
---|
ImageRef() |
Modifier and Type | Method and Description |
---|---|
String |
getContentRef()
Gets the value of the contentRef property.
|
Integer |
getCustLinFactNeighborX()
Gets the value of the custLinFactNeighborX property.
|
Integer |
getCustLinFactNeighborY()
Gets the value of the custLinFactNeighborY property.
|
Integer |
getCustScaleX()
Gets the value of the custScaleX property.
|
Integer |
getCustScaleY()
Gets the value of the custScaleY property.
|
void |
setContentRef(String value)
Sets the value of the contentRef property.
|
void |
setCustLinFactNeighborX(Integer value)
Sets the value of the custLinFactNeighborX property.
|
void |
setCustLinFactNeighborY(Integer value)
Sets the value of the custLinFactNeighborY property.
|
void |
setCustScaleX(Integer value)
Sets the value of the custScaleX property.
|
void |
setCustScaleY(Integer value)
Sets the value of the custScaleY property.
|
protected String contentRef
protected Integer custLinFactNeighborX
protected Integer custLinFactNeighborY
protected Integer custScaleY
protected Integer custScaleX
public String getContentRef()
String
public void setContentRef(String value)
value
- allowed object is
String
public Integer getCustLinFactNeighborX()
Integer
public void setCustLinFactNeighborX(Integer value)
value
- allowed object is
Integer
public Integer getCustLinFactNeighborY()
Integer
public void setCustLinFactNeighborY(Integer value)
value
- allowed object is
Integer
public Integer getCustScaleY()
Integer
public void setCustScaleY(Integer value)
value
- allowed object is
Integer
public Integer getCustScaleX()
Integer
Copyright © 2007-2014. All Rights Reserved.