public class Print extends Object implements Serializable
Java class for print complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="print">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="supplement" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="publicationEdition" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="regionalEdition" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="section" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="pageNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sizeCm" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="sizePercentage" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="originLeft" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="originTop" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="width" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="height" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="byLine" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="photo" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
byLine |
protected String |
height |
protected String |
originLeft |
protected String |
originTop |
protected String |
pageNumber |
protected String |
photo |
protected String |
publicationEdition |
protected String |
regionalEdition |
protected String |
section |
protected String |
sizeCm |
protected String |
sizePercentage |
protected String |
supplement |
protected String |
width |
| Constructor and Description |
|---|
Print() |
| Modifier and Type | Method and Description |
|---|---|
String |
getByLine()
Gets the value of the byLine property.
|
String |
getHeight()
Gets the value of the height property.
|
String |
getOriginLeft()
Gets the value of the originLeft property.
|
String |
getOriginTop()
Gets the value of the originTop property.
|
String |
getPageNumber()
Gets the value of the pageNumber property.
|
String |
getPhoto()
Gets the value of the photo property.
|
String |
getPublicationEdition()
Gets the value of the publicationEdition property.
|
String |
getRegionalEdition()
Gets the value of the regionalEdition property.
|
String |
getSection()
Gets the value of the section property.
|
String |
getSizeCm()
Gets the value of the sizeCm property.
|
String |
getSizePercentage()
Gets the value of the sizePercentage property.
|
String |
getSupplement()
Gets the value of the supplement property.
|
String |
getWidth()
Gets the value of the width property.
|
void |
setByLine(String value)
Sets the value of the byLine property.
|
void |
setHeight(String value)
Sets the value of the height property.
|
void |
setOriginLeft(String value)
Sets the value of the originLeft property.
|
void |
setOriginTop(String value)
Sets the value of the originTop property.
|
void |
setPageNumber(String value)
Sets the value of the pageNumber property.
|
void |
setPhoto(String value)
Sets the value of the photo property.
|
void |
setPublicationEdition(String value)
Sets the value of the publicationEdition property.
|
void |
setRegionalEdition(String value)
Sets the value of the regionalEdition property.
|
void |
setSection(String value)
Sets the value of the section property.
|
void |
setSizeCm(String value)
Sets the value of the sizeCm property.
|
void |
setSizePercentage(String value)
Sets the value of the sizePercentage property.
|
void |
setSupplement(String value)
Sets the value of the supplement property.
|
void |
setWidth(String value)
Sets the value of the width property.
|
protected String supplement
protected String publicationEdition
protected String regionalEdition
protected String section
protected String pageNumber
protected String sizeCm
protected String sizePercentage
protected String originLeft
protected String originTop
protected String width
protected String height
protected String byLine
protected String photo
public String getSupplement()
Stringpublic void setSupplement(String value)
value - allowed object is
Stringpublic String getPublicationEdition()
Stringpublic void setPublicationEdition(String value)
value - allowed object is
Stringpublic String getRegionalEdition()
Stringpublic void setRegionalEdition(String value)
value - allowed object is
Stringpublic String getSection()
Stringpublic void setSection(String value)
value - allowed object is
Stringpublic String getPageNumber()
Stringpublic void setPageNumber(String value)
value - allowed object is
Stringpublic String getSizeCm()
Stringpublic void setSizeCm(String value)
value - allowed object is
Stringpublic String getSizePercentage()
Stringpublic void setSizePercentage(String value)
value - allowed object is
Stringpublic String getOriginLeft()
Stringpublic void setOriginLeft(String value)
value - allowed object is
Stringpublic String getOriginTop()
Stringpublic void setOriginTop(String value)
value - allowed object is
Stringpublic String getWidth()
Stringpublic void setWidth(String value)
value - allowed object is
Stringpublic String getHeight()
Stringpublic void setHeight(String value)
value - allowed object is
Stringpublic String getByLine()
Stringpublic void setByLine(String value)
value - allowed object is
Stringpublic String getPhoto()
StringCopyright © 2018 The Apache Software Foundation. All rights reserved.