de.extra_standard.namespace.plugins._1
Class AbstractTransformType
java.lang.Object
de.extra_standard.namespace.plugins._1.AbstractTransformType
- Direct Known Subclasses:
- CompressionType, EncryptionType, SignatureType
public abstract class AbstractTransformType
- extends Object
Java class for AbstractTransformType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractTransformType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="order" use="required" type="{http://www.w3.org/2001/XMLSchema}positiveInteger" />
</restriction>
</complexContent>
</complexType>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
order
protected BigInteger order
AbstractTransformType
public AbstractTransformType()
getOrder
public BigInteger getOrder()
- Gets the value of the order property.
- Returns:
- possible object is
BigInteger
setOrder
public void setOrder(BigInteger value)
- Sets the value of the order property.
- Parameters:
value - allowed object is
BigInteger
Copyright © 2012-2013. All Rights Reserved.