public class SignaturePropertyType extends Object
Java class for SignaturePropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignaturePropertyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<any processContents='lax' namespace='##other'/>
</choice>
<attribute name="Target" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
<attribute name="Id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
SignaturePropertyType.Builder<_B> |
static class |
SignaturePropertyType.Select |
static class |
SignaturePropertyType.Selector<TRoot extends com.kscs.util.jaxb.Selector<TRoot,?>,TParent> |
| Modifier and Type | Field and Description |
|---|---|
protected List<Object> |
content |
protected String |
id |
protected String |
target |
| Constructor and Description |
|---|
SignaturePropertyType() |
| Modifier and Type | Method and Description |
|---|---|
static SignaturePropertyType.Builder<Void> |
builder() |
static SignaturePropertyType.Builder<Void> |
copyExcept(SignaturePropertyType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
static <_B> SignaturePropertyType.Builder<_B> |
copyOf(SignaturePropertyType _other) |
static <_B> SignaturePropertyType.Builder<_B> |
copyOf(SignaturePropertyType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
static SignaturePropertyType.Builder<Void> |
copyOnly(SignaturePropertyType _other,
com.kscs.util.jaxb.PropertyTree _propertyTree) |
<_B> void |
copyTo(SignaturePropertyType.Builder<_B> _other)
Copies all state of this object to a builder.
|
<_B> void |
copyTo(SignaturePropertyType.Builder<_B> _other,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
Copies all state of this object to a builder.
|
List<Object> |
getContent()
Gets the value of the content property.
|
String |
getId()
Gets the value of the id property.
|
String |
getTarget()
Gets the value of the target property.
|
<_B> SignaturePropertyType.Builder<_B> |
newCopyBuilder(_B _parentBuilder) |
<_B> SignaturePropertyType.Builder<_B> |
newCopyBuilder(_B _parentBuilder,
com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
SignaturePropertyType.Builder<Void> |
newCopyBuilder() |
SignaturePropertyType.Builder<Void> |
newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree,
com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse) |
void |
setId(String value)
Sets the value of the id property.
|
void |
setTarget(String value)
Sets the value of the target property.
|
public List<Object> getContent()
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 content property.
For example, to add a new item, do as follows:
getContent().add(newItem);
Objects of the following type(s) are allowed in the list
String
Object
Element
public String getTarget()
Stringpublic void setTarget(String value)
value - allowed object is
Stringpublic void setId(String value)
value - allowed object is
Stringpublic <_B> void copyTo(SignaturePropertyType.Builder<_B> _other)
copyOf(org.w3.xmldsig.SignaturePropertyType) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> SignaturePropertyType.Builder<_B> newCopyBuilder(_B _parentBuilder)
public SignaturePropertyType.Builder<Void> newCopyBuilder()
public static SignaturePropertyType.Builder<Void> builder()
public static <_B> SignaturePropertyType.Builder<_B> copyOf(SignaturePropertyType _other)
public <_B> void copyTo(SignaturePropertyType.Builder<_B> _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
copyOf(org.w3.xmldsig.SignaturePropertyType) method and should not be called directly by client code._other - A builder instance to which the state of this object will be copied.public <_B> SignaturePropertyType.Builder<_B> newCopyBuilder(_B _parentBuilder, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public SignaturePropertyType.Builder<Void> newCopyBuilder(com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static <_B> SignaturePropertyType.Builder<_B> copyOf(SignaturePropertyType _other, com.kscs.util.jaxb.PropertyTree _propertyTree, com.kscs.util.jaxb.PropertyTreeUse _propertyTreeUse)
public static SignaturePropertyType.Builder<Void> copyExcept(SignaturePropertyType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
public static SignaturePropertyType.Builder<Void> copyOnly(SignaturePropertyType _other, com.kscs.util.jaxb.PropertyTree _propertyTree)
Copyright © 2022 NorStella. All rights reserved.