|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.priv.indexed.valueclass.xmldsig.SignaturePropertiesType
public class SignaturePropertiesType
Java class for SignaturePropertiesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignaturePropertiesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.w3.org/2000/09/xmldsig#}SignatureProperty" maxOccurs="unbounded"/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
id
|
protected SignaturePropertyType[] |
signatureProperty
|
| Constructor Summary | |
|---|---|
SignaturePropertiesType()
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.xmldsig.SignaturePropertiesType instance. |
|
SignaturePropertiesType(SignaturePropertiesType o)
Creates a new net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.xmldsig.SignaturePropertiesType instance by copying a given instance. |
|
| Method Summary | |
|---|---|
SignaturePropertiesType |
clone()
Creates and returns a copy of this object. |
String |
getId()
Gets the value of the id property. |
SignaturePropertyType[] |
getSignatureProperty()
|
SignaturePropertyType |
getSignatureProperty(int idx)
|
int |
getSignaturePropertyLength()
|
void |
setId(String value)
Sets the value of the id property. |
SignaturePropertyType |
setSignatureProperty(int idx,
SignaturePropertyType value)
|
void |
setSignatureProperty(SignaturePropertyType[] values)
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected SignaturePropertyType[] signatureProperty
protected String id
| Constructor Detail |
|---|
public SignaturePropertiesType()
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.xmldsig.SignaturePropertiesType instance.
public SignaturePropertiesType(SignaturePropertiesType o)
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.xmldsig.SignaturePropertiesType instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public SignaturePropertyType[] getSignatureProperty()
SignaturePropertyTypepublic SignaturePropertyType getSignatureProperty(int idx)
SignaturePropertyTypepublic int getSignaturePropertyLength()
public void setSignatureProperty(SignaturePropertyType[] values)
values - allowed objects are
SignaturePropertyType
public SignaturePropertyType setSignatureProperty(int idx,
SignaturePropertyType value)
value - allowed object is
SignaturePropertyTypepublic String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic SignaturePropertiesType clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||