|
||||||||||
| 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.CanonicalizationMethodType
public class CanonicalizationMethodType
Java class for CanonicalizationMethodType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CanonicalizationMethodType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<any maxOccurs="unbounded" minOccurs="0"/>
</sequence>
<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 | |
|---|---|
CanonicalizationMethodType()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.xmldsig.CanonicalizationMethodType instance. |
|
CanonicalizationMethodType(CanonicalizationMethodType o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.xmldsig.CanonicalizationMethodType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
CanonicalizationMethodType |
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 CanonicalizationMethodType()
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.xmldsig.CanonicalizationMethodType instance.
public CanonicalizationMethodType(CanonicalizationMethodType o)
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.xmldsig.CanonicalizationMethodType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Object[] getContent()
Object
Stringpublic Object getContent(int idx)
Object
Stringpublic int getContentLength()
public void setContent(Object[] values)
values - allowed objects are
Object
String
public Object setContent(int idx,
Object value)
value - allowed object is
Object
Stringpublic 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 CanonicalizationMethodType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||