public class SignatureProperties
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode
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>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
id |
protected java.util.List<SignatureProperty> |
signatureProperties |
| Constructor and Description |
|---|
SignatureProperties()
Default no-arg constructor
|
SignatureProperties(java.util.List<SignatureProperty> signatureProperties,
java.lang.String id)
Fully-initialising value constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object object) |
boolean |
equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy) |
java.lang.String |
getId()
Gets the value of the id property.
|
java.util.List<SignatureProperty> |
getSignatureProperties()
Gets the value of the signatureProperties property.
|
int |
hashCode() |
int |
hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy) |
void |
setId(java.lang.String value)
Sets the value of the id property.
|
SignatureProperties |
withId(java.lang.String value) |
SignatureProperties |
withSignatureProperties(java.util.Collection<SignatureProperty> values) |
SignatureProperties |
withSignatureProperties(SignatureProperty... values) |
protected java.util.List<SignatureProperty> signatureProperties
protected java.lang.String id
public SignatureProperties()
public SignatureProperties(java.util.List<SignatureProperty> signatureProperties, java.lang.String id)
public java.util.List<SignatureProperty> getSignatureProperties()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the signatureProperties property.
For example, to add a new item, do as follows:
getSignatureProperties().add(newItem);
Objects of the following type(s) are allowed in the list
SignatureProperty
public java.lang.String getId()
Stringpublic void setId(java.lang.String value)
value - allowed object is
Stringpublic boolean equals(org.jvnet.jaxb2_commons.locator.ObjectLocator thisLocator,
org.jvnet.jaxb2_commons.locator.ObjectLocator thatLocator,
java.lang.Object object,
org.jvnet.jaxb2_commons.lang.EqualsStrategy strategy)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic int hashCode(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
org.jvnet.jaxb2_commons.lang.HashCodeStrategy strategy)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Objectpublic SignatureProperties withSignatureProperties(SignatureProperty... values)
public SignatureProperties withSignatureProperties(java.util.Collection<SignatureProperty> values)
public SignatureProperties withId(java.lang.String value)