|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.prot.indexed.valueclass.xmldsig.TransformsType
public class TransformsType
Java class for TransformsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransformsType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/2000/09/xmldsig#}Transform" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected TransformType[] |
transform
|
| Constructor Summary | |
|---|---|
TransformsType()
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.xmldsig.TransformsType instance. |
|
TransformsType(TransformsType o)
Creates a new net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.xmldsig.TransformsType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
TransformsType |
clone()
Creates and returns a copy of this object. |
protected void |
copyTransform(TransformType[] source)
Copies all values of property Transform. |
TransformType[] |
getTransform()
|
TransformType |
getTransform(int idx)
|
int |
getTransformLength()
|
TransformType |
setTransform(int idx,
TransformType value)
|
void |
setTransform(TransformType[] values)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TransformType[] transform
| Constructor Detail |
|---|
public TransformsType()
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.xmldsig.TransformsType instance.
public TransformsType(TransformsType o)
net.sourceforge.ccxjc.it.model.prot.indexed.valueclass.xmldsig.TransformsType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public TransformType[] getTransform()
TransformTypepublic TransformType getTransform(int idx)
TransformTypepublic int getTransformLength()
public void setTransform(TransformType[] values)
values - allowed objects are
TransformType
public TransformType setTransform(int idx,
TransformType value)
value - allowed object is
TransformTypeprotected void copyTransform(TransformType[] source)
Transform.
source - The source to copy from.
NullPointerException - if source is null.public TransformsType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||