Package org.etsi.uri._01903.v1_3
Class UnsignedProperties
- java.lang.Object
-
- org.etsi.uri._01903.v1_3.UnsignedProperties
-
- All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals2,org.jvnet.jaxb2_commons.lang.HashCode2,org.jvnet.jaxb2_commons.lang.ToString2
public class UnsignedProperties extends Object implements org.jvnet.jaxb2_commons.lang.Equals2, org.jvnet.jaxb2_commons.lang.HashCode2, org.jvnet.jaxb2_commons.lang.ToString2
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>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected UnsignedDataObjectPropertiesunsignedDataObjectPropertiesprotected UnsignedSignaturePropertiesunsignedSignatureProperties
-
Constructor Summary
Constructors Constructor Description UnsignedProperties()Default no-arg constructorUnsignedProperties(UnsignedSignatureProperties unsignedSignatureProperties, UnsignedDataObjectProperties unsignedDataObjectProperties, String id)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringBuilderappend(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)StringBuilderappendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)booleanequals(Object object)booleanequals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)StringgetId()Gets the value of the id property.UnsignedDataObjectPropertiesgetUnsignedDataObjectProperties()Gets the value of the unsignedDataObjectProperties property.UnsignedSignaturePropertiesgetUnsignedSignatureProperties()Gets the value of the unsignedSignatureProperties property.inthashCode()inthashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)voidsetId(String value)Sets the value of the id property.voidsetUnsignedDataObjectProperties(UnsignedDataObjectProperties value)Sets the value of the unsignedDataObjectProperties property.voidsetUnsignedSignatureProperties(UnsignedSignatureProperties value)Sets the value of the unsignedSignatureProperties property.StringtoString()UnsignedPropertieswithId(String value)UnsignedPropertieswithUnsignedDataObjectProperties(UnsignedDataObjectProperties value)UnsignedPropertieswithUnsignedSignatureProperties(UnsignedSignatureProperties value)
-
-
-
Field Detail
-
unsignedSignatureProperties
protected UnsignedSignatureProperties unsignedSignatureProperties
-
unsignedDataObjectProperties
protected UnsignedDataObjectProperties unsignedDataObjectProperties
-
id
protected String id
-
-
Constructor Detail
-
UnsignedProperties
public UnsignedProperties()
Default no-arg constructor
-
UnsignedProperties
public UnsignedProperties(UnsignedSignatureProperties unsignedSignatureProperties, UnsignedDataObjectProperties unsignedDataObjectProperties, String id)
Fully-initialising value constructor
-
-
Method Detail
-
getUnsignedSignatureProperties
public UnsignedSignatureProperties getUnsignedSignatureProperties()
Gets the value of the unsignedSignatureProperties property.- Returns:
- possible object is
UnsignedSignatureProperties
-
setUnsignedSignatureProperties
public void setUnsignedSignatureProperties(UnsignedSignatureProperties value)
Sets the value of the unsignedSignatureProperties property.- Parameters:
value- allowed object isUnsignedSignatureProperties
-
getUnsignedDataObjectProperties
public UnsignedDataObjectProperties getUnsignedDataObjectProperties()
Gets the value of the unsignedDataObjectProperties property.- Returns:
- possible object is
UnsignedDataObjectProperties
-
setUnsignedDataObjectProperties
public void setUnsignedDataObjectProperties(UnsignedDataObjectProperties value)
Sets the value of the unsignedDataObjectProperties property.- Parameters:
value- allowed object isUnsignedDataObjectProperties
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
append
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
appendFields
public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy2 strategy)
- Specified by:
appendFieldsin interfaceorg.jvnet.jaxb2_commons.lang.ToString2
-
equals
public boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator, org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator, Object object, org.jvnet.jaxb2_commons.lang.EqualsStrategy2 strategy)- Specified by:
equalsin interfaceorg.jvnet.jaxb2_commons.lang.Equals2
-
hashCode
public int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, org.jvnet.jaxb2_commons.lang.HashCodeStrategy2 strategy)- Specified by:
hashCodein interfaceorg.jvnet.jaxb2_commons.lang.HashCode2
-
withUnsignedSignatureProperties
public UnsignedProperties withUnsignedSignatureProperties(UnsignedSignatureProperties value)
-
withUnsignedDataObjectProperties
public UnsignedProperties withUnsignedDataObjectProperties(UnsignedDataObjectProperties value)
-
withId
public UnsignedProperties withId(String value)
-
-