de.extra_standard.namespace.plugins._1
Class AbstractTransformType

java.lang.Object
  extended by 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>
 


Field Summary
protected  BigInteger order
           
 
Constructor Summary
AbstractTransformType()
           
 
Method Summary
 BigInteger getOrder()
          Gets the value of the order property.
 void setOrder(BigInteger value)
          Sets the value of the order property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

order

protected BigInteger order
Constructor Detail

AbstractTransformType

public AbstractTransformType()
Method Detail

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.