|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.valueclass.xmldsig.TransformType
public class TransformType
Java class for TransformType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransformType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded" minOccurs="0">
<any processContents='lax' namespace='##other'/>
<element name="XPath" type="{http://www.w3.org/2001/XMLSchema}string"/>
</choice>
<attribute name="Algorithm" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
algorithm
|
protected Object[] |
content
|
| Constructor Summary | |
|---|---|
TransformType()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.xmldsig.TransformType instance. |
|
TransformType(TransformType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.xmldsig.TransformType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
TransformType |
clone()
Creates and returns a copy of this object. |
void |
copyContent(Object[] source)
Copies all values of property Content. |
String |
getAlgorithm()
Gets the value of the algorithm property. |
Object[] |
getContent()
|
Object |
getContent(int idx)
|
int |
getContentLength()
|
void |
setAlgorithm(String value)
Sets the value of the algorithm property. |
Object |
setContent(int idx,
Object value)
|
void |
setContent(Object[] values)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Object[] content
protected String algorithm
| Constructor Detail |
|---|
public TransformType()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.xmldsig.TransformType instance.
public TransformType(TransformType o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.xmldsig.TransformType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Object[] getContent()
Element
String
Object
JAXBElement<String>public Object getContent(int idx)
Element
String
Object
JAXBElement<String>public int getContentLength()
public void setContent(Object[] values)
values - allowed objects are
Element
String
Object
JAXBElement<String>
public Object setContent(int idx,
Object value)
value - allowed object is
Element
String
Object
JAXBElement<String>public String getAlgorithm()
Stringpublic void setAlgorithm(String value)
value - allowed object is
Stringpublic void copyContent(Object[] source)
Content.
source - The source to copy from.
NullPointerException - if source is null.public TransformType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||