public class EncryptionPropertyType extends Object
Java class for EncryptionPropertyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EncryptionPropertyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<any/>
</choice>
<attribute name="Target" 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 | Field and Description |
|---|---|
protected String |
id |
protected URI |
target |
| Constructor and Description |
|---|
EncryptionPropertyType() |
| Modifier and Type | Method and Description |
|---|---|
void |
addOtherAttribute(QName key,
String val) |
void |
addOtherAttributes(Map<QName,String> otherMap) |
String |
getId()
Gets the value of the id property.
|
Map<QName,String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.
|
URI |
getTarget()
Gets the value of the target property.
|
void |
removeOtherAttribute(QName key) |
void |
setId(String value)
Sets the value of the id property.
|
void |
setTarget(URI value)
Sets the value of the target property.
|
public URI getTarget()
URIpublic void setTarget(URI value)
value - allowed object is URIpublic void setId(String value)
value - allowed object is Stringpublic void removeOtherAttribute(QName key)
Copyright © 2021 JBoss by Red Hat. All rights reserved.