org.etsi.uri._01903.v1_3
Class SignedProperties

java.lang.Object
  extended by org.etsi.uri._01903.v1_3.SignedProperties
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.ToString

public class SignedProperties
extends Object
implements org.jvnet.jaxb2_commons.lang.ToString

Java class for SignedPropertiesType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="SignedPropertiesType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="SignedSignatureProperties" type="{http://uri.etsi.org/01903/v1.3.2#}SignedSignaturePropertiesType" minOccurs="0"/>
         <element name="SignedDataObjectProperties" type="{http://uri.etsi.org/01903/v1.3.2#}SignedDataObjectPropertiesType" minOccurs="0"/>
       </sequence>
       <attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String id
           
protected  SignedDataObjectProperties signedDataObjectProperties
           
protected  SignedSignatureProperties signedSignatureProperties
           
 
Constructor Summary
SignedProperties()
          Default no-arg constructor
SignedProperties(SignedSignatureProperties signedSignatureProperties, SignedDataObjectProperties signedDataObjectProperties, String id)
          Fully-initialising value constructor
 
Method Summary
 StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
           
 String getId()
          Gets the value of the id property.
 SignedDataObjectProperties getSignedDataObjectProperties()
          Gets the value of the signedDataObjectProperties property.
 SignedSignatureProperties getSignedSignatureProperties()
          Gets the value of the signedSignatureProperties property.
 void setId(String value)
          Sets the value of the id property.
 void setSignedDataObjectProperties(SignedDataObjectProperties value)
          Sets the value of the signedDataObjectProperties property.
 void setSignedSignatureProperties(SignedSignatureProperties value)
          Sets the value of the signedSignatureProperties property.
 String toString()
           
 SignedProperties withId(String value)
           
 SignedProperties withSignedDataObjectProperties(SignedDataObjectProperties value)
           
 SignedProperties withSignedSignatureProperties(SignedSignatureProperties value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

signedSignatureProperties

protected SignedSignatureProperties signedSignatureProperties

signedDataObjectProperties

protected SignedDataObjectProperties signedDataObjectProperties

id

protected String id
Constructor Detail

SignedProperties

public SignedProperties()
Default no-arg constructor


SignedProperties

public SignedProperties(SignedSignatureProperties signedSignatureProperties,
                        SignedDataObjectProperties signedDataObjectProperties,
                        String id)
Fully-initialising value constructor

Method Detail

getSignedSignatureProperties

public SignedSignatureProperties getSignedSignatureProperties()
Gets the value of the signedSignatureProperties property.

Returns:
possible object is SignedSignatureProperties

setSignedSignatureProperties

public void setSignedSignatureProperties(SignedSignatureProperties value)
Sets the value of the signedSignatureProperties property.

Parameters:
value - allowed object is SignedSignatureProperties

getSignedDataObjectProperties

public SignedDataObjectProperties getSignedDataObjectProperties()
Gets the value of the signedDataObjectProperties property.

Returns:
possible object is SignedDataObjectProperties

setSignedDataObjectProperties

public void setSignedDataObjectProperties(SignedDataObjectProperties value)
Sets the value of the signedDataObjectProperties property.

Parameters:
value - allowed object is SignedDataObjectProperties

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

toString

public String toString()
Overrides:
toString in class Object

append

public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                            StringBuilder buffer,
                            org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
append in interface org.jvnet.jaxb2_commons.lang.ToString

appendFields

public StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
                                  StringBuilder buffer,
                                  org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
Specified by:
appendFields in interface org.jvnet.jaxb2_commons.lang.ToString

withSignedSignatureProperties

public SignedProperties withSignedSignatureProperties(SignedSignatureProperties value)

withSignedDataObjectProperties

public SignedProperties withSignedDataObjectProperties(SignedDataObjectProperties value)

withId

public SignedProperties withId(String value)


Copyright © 2014 Digipost Open Source. All Rights Reserved.