|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.etsi.uri._01903.v1_3.UnsignedProperties
@Generated(value="com.sun.tools.xjc.Driver",
date="2017-06-27T08:06:22+02:00",
comments="JAXB RI v2.2.11")
public class UnsignedProperties
Java class for UnsignedPropertiesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnsignedPropertiesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="UnsignedSignatureProperties" type="{http://uri.etsi.org/01903/v1.3.2#}UnsignedSignaturePropertiesType" minOccurs="0"/>
<element name="UnsignedDataObjectProperties" type="{http://uri.etsi.org/01903/v1.3.2#}UnsignedDataObjectPropertiesType" minOccurs="0"/>
</sequence>
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
UnsignedProperties()
|
|
| Method Summary | |
|---|---|
String |
getId()
Gets the value of the id property. |
UnsignedDataObjectProperties |
getUnsignedDataObjectProperties()
Gets the value of the unsignedDataObjectProperties property. |
UnsignedSignatureProperties |
getUnsignedSignatureProperties()
Gets the value of the unsignedSignatureProperties property. |
void |
setId(String value)
Sets the value of the id property. |
void |
setUnsignedDataObjectProperties(UnsignedDataObjectProperties value)
Sets the value of the unsignedDataObjectProperties property. |
void |
setUnsignedSignatureProperties(UnsignedSignatureProperties value)
Sets the value of the unsignedSignatureProperties property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UnsignedProperties()
| Method Detail |
|---|
public UnsignedSignatureProperties getUnsignedSignatureProperties()
UnsignedSignaturePropertiespublic void setUnsignedSignatureProperties(UnsignedSignatureProperties value)
value - allowed object is
UnsignedSignaturePropertiespublic UnsignedDataObjectProperties getUnsignedDataObjectProperties()
UnsignedDataObjectPropertiespublic void setUnsignedDataObjectProperties(UnsignedDataObjectProperties value)
value - allowed object is
UnsignedDataObjectPropertiespublic String getId()
Stringpublic void setId(String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||