|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.xmldsig.KeyValueType
public class KeyValueType
Java class for KeyValueType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="KeyValueType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element ref="{http://www.w3.org/2000/09/xmldsig#}DSAKeyValue"/>
<element ref="{http://www.w3.org/2000/09/xmldsig#}RSAKeyValue"/>
<any processContents='lax' namespace='##other'/>
</choice>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Object[] |
content
|
| Constructor Summary | |
|---|---|
KeyValueType()
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.xmldsig.KeyValueType instance. |
|
KeyValueType(KeyValueType o)
Creates a new net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.xmldsig.KeyValueType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
KeyValueType |
clone()
Creates and returns a copy of this object. |
Object[] |
getContent()
|
Object |
getContent(int idx)
|
int |
getContentLength()
|
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
| Constructor Detail |
|---|
public KeyValueType()
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.xmldsig.KeyValueType instance.
public KeyValueType(KeyValueType o)
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.xmldsig.KeyValueType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Object[] getContent()
Element
JAXBElement<DSAKeyValueType>
String
Object
JAXBElement<RSAKeyValueType>public Object getContent(int idx)
Element
JAXBElement<DSAKeyValueType>
String
Object
JAXBElement<RSAKeyValueType>public int getContentLength()
public void setContent(Object[] values)
values - allowed objects are
Element
JAXBElement<DSAKeyValueType>
String
Object
JAXBElement<RSAKeyValueType>
public Object setContent(int idx,
Object value)
value - allowed object is
Element
JAXBElement<DSAKeyValueType>
String
Object
JAXBElement<RSAKeyValueType>public KeyValueType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||