public class WSEncryptionPart extends Object
Constructor and Description |
---|
WSEncryptionPart(String id)
Constructor to initialize part structure with element id.
|
WSEncryptionPart(String id,
String encMod)
Constructor to initialize part structure with element id and modifier.
|
WSEncryptionPart(String nm,
String nmspace,
String encMod)
Constructor to initialize part structure with element, namespace, and modifier.
|
Modifier and Type | Method and Description |
---|---|
Element |
getElement()
Get the DOM Element corresponding to this EncryptionPart
|
String |
getEncId() |
String |
getEncModifier() |
String |
getId() |
String |
getName() |
String |
getNamespace() |
String |
getXpath() |
boolean |
isRequired() |
void |
setElement(Element element)
Set the DOM Element corresponding to this EncryptionPart
|
void |
setEncId(String id) |
void |
setEncModifier(String encModifier)
Set the encryption modifier
|
void |
setId(String id)
Set the id
|
void |
setRequired(boolean required) |
void |
setXpath(String xpath) |
public WSEncryptionPart(String nm, String nmspace, String encMod)
nm
- Element's namenmspace
- Element's namespaceencMod
- The encryption modifierpublic WSEncryptionPart(String id)
id
- The Id to of the element to processpublic WSEncryptionPart(String id, String encMod)
id
- The Id to of the element to processencMod
- The encryption modifierpublic String getName()
public String getNamespace()
public String getEncModifier()
public void setEncModifier(String encModifier)
public String getId()
public void setId(String id)
id
- public void setEncId(String id)
public String getEncId()
public String getXpath()
public void setXpath(String xpath)
xpath
- the xpath to setpublic void setElement(Element element)
element
- the DOM Element corresponding to this EncryptionPartpublic Element getElement()
public boolean isRequired()
public void setRequired(boolean required)
Copyright © 2017 JBoss by Red Hat. All rights reserved.