Package org.w3.xmldsig
Class SignaturePropertiesType
- java.lang.Object
-
- org.w3.xmldsig.SignaturePropertiesType
-
public class SignaturePropertiesType extends Object
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>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSignaturePropertiesType.Builder<_B>static classSignaturePropertiesType.Selectstatic classSignaturePropertiesType.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent>
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected List<SignaturePropertyType>signatureProperty
-
Constructor Summary
Constructors Constructor Description SignaturePropertiesType()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SignaturePropertiesType.Builder<Void>builder()static SignaturePropertiesType.Builder<Void>copyExcept(SignaturePropertiesType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)static <_B> SignaturePropertiesType.Builder<_B>copyOf(SignaturePropertiesType _other)static <_B> SignaturePropertiesType.Builder<_B>copyOf(SignaturePropertiesType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)static SignaturePropertiesType.Builder<Void>copyOnly(SignaturePropertiesType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)<_B> voidcopyTo(SignaturePropertiesType.Builder<_B> _other)Copies all state of this object to a builder.<_B> voidcopyTo(SignaturePropertiesType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)Copies all state of this object to a builder.StringgetId()Gets the value of the id property.List<SignaturePropertyType>getSignatureProperty()Gets the value of the signatureProperty property.SignaturePropertiesType.Builder<Void>newCopyBuilder()<_B> SignaturePropertiesType.Builder<_B>newCopyBuilder(_B _parentBuilder)<_B> SignaturePropertiesType.Builder<_B>newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)SignaturePropertiesType.Builder<Void>newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)voidsetId(String value)Sets the value of the id property.
-
-
-
Field Detail
-
signatureProperty
protected List<SignaturePropertyType> signatureProperty
-
id
protected String id
-
-
Method Detail
-
getSignatureProperty
public List<SignaturePropertyType> getSignatureProperty()
Gets the value of the signatureProperty property.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
setmethod for the signatureProperty property.For example, to add a new item, do as follows:
getSignatureProperty().add(newItem);Objects of the following type(s) are allowed in the list
SignaturePropertyType
-
setId
public void setId(String value)
Sets the value of the id property.- Parameters:
value- allowed object isString
-
copyTo
public <_B> void copyTo(SignaturePropertiesType.Builder<_B> _other)
Copies all state of this object to a builder. This method is used by thecopyOf(org.w3.xmldsig.SignaturePropertiesType)method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
public <_B> SignaturePropertiesType.Builder<_B> newCopyBuilder(_B _parentBuilder)
-
newCopyBuilder
public SignaturePropertiesType.Builder<Void> newCopyBuilder()
-
builder
public static SignaturePropertiesType.Builder<Void> builder()
-
copyOf
public static <_B> SignaturePropertiesType.Builder<_B> copyOf(SignaturePropertiesType _other)
-
copyTo
public <_B> void copyTo(SignaturePropertiesType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder. This method is used by thecopyOf(org.w3.xmldsig.SignaturePropertiesType)method and should not be called directly by client code.- Parameters:
_other- A builder instance to which the state of this object will be copied.
-
newCopyBuilder
public <_B> SignaturePropertiesType.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
newCopyBuilder
public SignaturePropertiesType.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyOf
public static <_B> SignaturePropertiesType.Builder<_B> copyOf(SignaturePropertiesType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
-
copyExcept
public static SignaturePropertiesType.Builder<Void> copyExcept(SignaturePropertiesType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
copyOnly
public static SignaturePropertiesType.Builder<Void> copyOnly(SignaturePropertiesType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
-
-