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 id,
String encMod,
int type)
Constructor to initialize part structure with element id, modifier and type.
|
WSEncryptionPart(String nm,
String nmspace,
String encMod)
Constructor to initialize part structure with element, namespace, and modifier.
|
WSEncryptionPart(String nm,
String nmspace,
String encMod,
int type)
Constructor to initialize part structure with element, namespace, and modifier,type.
|
public WSEncryptionPart(String nm, String nmspace, String encMod)
nm
- Element's namenmspace
- Element's namespaceencMod
- The encryption modifierpublic WSEncryptionPart(String nm, String nmspace, String encMod, int type)
nm
- Element's namenmspace
- Element's namespaceencMod
- The encryption modifiertype
- Type of the WSEncryptionPartpublic 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 WSEncryptionPart(String id, String encMod, int type)
id
- The Id to of the element to processencMod
- The encryption modifiertype
- of the elementpublic String getName()
public String getNamespace()
public String getEncModifier()
public String getId()
public void setEncId(String id)
public String getEncId()
public int getType()
public void setType(int type)
public String getXpath()
public void setXpath(String xpath)
xpath
- the xpath to setCopyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.