public class Url extends Object
Java class for Url complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Url">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="template" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="rel" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="indexOffset" type="{http://www.w3.org/2001/XMLSchema}int" default="1" />
<attribute name="pageOffset" type="{http://www.w3.org/2001/XMLSchema}int" default="1" />
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
Url() |
| Modifier and Type | Method and Description |
|---|---|
int |
getIndexOffset()
Gets the value of the indexOffset property.
|
int |
getPageOffset()
Gets the value of the pageOffset property.
|
String |
getRel()
Gets the value of the rel property.
|
String |
getTemplate()
Gets the value of the template property.
|
String |
getType()
Gets the value of the type property.
|
void |
setIndexOffset(Integer value)
Sets the value of the indexOffset property.
|
void |
setPageOffset(Integer value)
Sets the value of the pageOffset property.
|
void |
setRel(String value)
Sets the value of the rel property.
|
void |
setTemplate(String value)
Sets the value of the template property.
|
void |
setType(String value)
Sets the value of the type property.
|
public String getTemplate()
Stringpublic void setTemplate(String value)
value - allowed object is
Stringpublic String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic void setRel(String value)
value - allowed object is
Stringpublic int getIndexOffset()
Integerpublic void setIndexOffset(Integer value)
value - allowed object is
Integerpublic int getPageOffset()
IntegerCopyright © 2014–2015 Cohesive Integrations, LLC. All rights reserved.