public class AutoProjectionStepType extends Object implements Serializable, Cloneable, org.jvnet.jaxb2_commons.lang.CopyTo
Java class for AutoProjectionStepType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AutoProjectionStepType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="order" type="{http://www.w3.org/2001/XMLSchema}integer" minOccurs="0"/>
<element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<sequence>
<choice>
<element name="script" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="xslt" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</choice>
</sequence>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected BigInteger |
order |
protected String |
script |
protected String |
xslt |
| Constructor and Description |
|---|
AutoProjectionStepType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
Object |
copyTo(Object target) |
Object |
copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
Object target,
org.jvnet.jaxb2_commons.lang.CopyStrategy strategy) |
Object |
createNewInstance() |
String |
getDescription()
Gets the value of the description property.
|
BigInteger |
getOrder()
Gets the value of the order property.
|
String |
getScript()
Gets the value of the script property.
|
String |
getXslt()
Gets the value of the xslt property.
|
boolean |
isSetDescription() |
boolean |
isSetOrder() |
boolean |
isSetScript() |
boolean |
isSetXslt() |
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setOrder(BigInteger value)
Sets the value of the order property.
|
void |
setScript(String value)
Sets the value of the script property.
|
void |
setXslt(String value)
Sets the value of the xslt property.
|
AutoProjectionStepType |
withDescription(String value) |
AutoProjectionStepType |
withOrder(BigInteger value) |
AutoProjectionStepType |
withScript(String value) |
AutoProjectionStepType |
withXslt(String value) |
protected BigInteger order
protected String description
protected String script
protected String xslt
public BigInteger getOrder()
BigIntegerpublic void setOrder(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetOrder()
public String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic boolean isSetDescription()
public String getScript()
Stringpublic void setScript(String value)
value - allowed object is
Stringpublic boolean isSetScript()
public String getXslt()
Stringpublic void setXslt(String value)
value - allowed object is
Stringpublic boolean isSetXslt()
public Object copyTo(Object target)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object copyTo(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, Object target, org.jvnet.jaxb2_commons.lang.CopyStrategy strategy)
copyTo in interface org.jvnet.jaxb2_commons.lang.CopyTopublic Object createNewInstance()
createNewInstance in interface org.jvnet.jaxb2_commons.lang.CopyTopublic AutoProjectionStepType withOrder(BigInteger value)
public AutoProjectionStepType withDescription(String value)
public AutoProjectionStepType withScript(String value)
public AutoProjectionStepType withXslt(String value)
Copyright © 2015. All rights reserved.