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 | Class and Description |
---|---|
static class |
AutoProjectionStepType.PropInfo |
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 |
visit(com.kscs.util.jaxb.PropertyVisitor _visitor_) |
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()
BigInteger
public void setOrder(BigInteger value)
value
- allowed object is
BigInteger
public boolean isSetOrder()
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String
public boolean isSetDescription()
public String getScript()
String
public void setScript(String value)
value
- allowed object is
String
public boolean isSetScript()
public String getXslt()
String
public void setXslt(String value)
value
- allowed object is
String
public boolean isSetXslt()
public Object copyTo(Object target)
copyTo
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public 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.CopyTo
public Object createNewInstance()
createNewInstance
in interface org.jvnet.jaxb2_commons.lang.CopyTo
public AutoProjectionStepType withOrder(BigInteger value)
public AutoProjectionStepType withDescription(String value)
public AutoProjectionStepType withScript(String value)
public AutoProjectionStepType withXslt(String value)
public AutoProjectionStepType visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
Copyright © 2017. All rights reserved.