public static class Callouts.Callout 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">
<all>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="OffsetX" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="OffsetY" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="SizeDX" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="SizeDY" type="{http://www.w3.org/2001/XMLSchema}int"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Integer |
offsetX |
protected Integer |
offsetY |
protected Integer |
sizeDX |
protected Integer |
sizeDY |
| Constructor and Description |
|---|
Callout() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Gets the value of the name property.
|
Integer |
getOffsetX()
Gets the value of the offsetX property.
|
Integer |
getOffsetY()
Gets the value of the offsetY property.
|
Integer |
getSizeDX()
Gets the value of the sizeDX property.
|
Integer |
getSizeDY()
Gets the value of the sizeDY property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOffsetX(Integer value)
Sets the value of the offsetX property.
|
void |
setOffsetY(Integer value)
Sets the value of the offsetY property.
|
void |
setSizeDX(Integer value)
Sets the value of the sizeDX property.
|
void |
setSizeDY(Integer value)
Sets the value of the sizeDY property.
|
protected String name
protected Integer offsetX
protected Integer offsetY
protected Integer sizeDX
protected Integer sizeDY
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic Integer getOffsetX()
Stringpublic void setOffsetX(Integer value)
value - allowed object is
Stringpublic Integer getOffsetY()
Stringpublic void setOffsetY(Integer value)
value - allowed object is
Stringpublic Integer getSizeDX()
Stringpublic void setSizeDX(Integer value)
value - allowed object is
Stringpublic Integer getSizeDY()
StringCopyright © 2000–2025 MPXJ. All rights reserved.