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()
String
public void setSupplement(String value)
value
- allowed object is
String
public String getPublicationEdition()
String
public void setPublicationEdition(String value)
value
- allowed object is
String
public String getRegionalEdition()
String
public void setRegionalEdition(String value)
value
- allowed object is
String
public String getSection()
String
public void setSection(String value)
value
- allowed object is
String
public String getPageNumber()
String
public void setPageNumber(String value)
value
- allowed object is
String
public String getSizeCm()
String
public void setSizeCm(String value)
value
- allowed object is
String
public String getSizePercentage()
String
public void setSizePercentage(String value)
value
- allowed object is
String
public String getOriginLeft()
String
public void setOriginLeft(String value)
value
- allowed object is
String
public String getOriginTop()
String
public void setOriginTop(String value)
value
- allowed object is
String
public String getWidth()
String
public void setWidth(String value)
value
- allowed object is
String
public String getHeight()
String
public void setHeight(String value)
value
- allowed object is
String
public String getByLine()
String
public void setByLine(String value)
value
- allowed object is
String
public String getPhoto()
String
Copyright © 2018 The Apache Software Foundation. All rights reserved.