|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.identity.xmlsec.w3.xmlenc.EncryptionPropertyType
public class EncryptionPropertyType
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>
Field Summary | |
---|---|
protected String |
id
|
protected URI |
target
|
Constructor Summary | |
---|---|
EncryptionPropertyType()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected URI target
protected String id
Constructor Detail |
---|
public EncryptionPropertyType()
Method Detail |
---|
public URI getTarget()
URI
public void setTarget(URI value)
value
- allowed object is URI
public String getId()
String
public void setId(String value)
value
- allowed object is String
public void addOtherAttribute(QName key, String val)
public void addOtherAttributes(Map<QName,String> otherMap)
public void removeOtherAttribute(QName key)
public Map<QName,String> getOtherAttributes()
|
PicketLink Federation Core 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |