public class WSSecurityPart extends Object implements Serializable
Java class for WSSecurityPart complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WSSecurityPart"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="name" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="namespace" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="encodeModifier" type="{}EncodeModifier" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static WSSecurityPart |
EMPTY_INSTANCE |
protected EncodeModifier |
encodeModifier |
protected String |
id |
protected String |
name |
protected String |
namespace |
Constructor and Description |
---|
WSSecurityPart() |
Modifier and Type | Method and Description |
---|---|
WSSecurityPart |
copy()
Deep copies the fields of the this model into a new instance of this class and returns it.
|
WSSecurityPart |
copy(boolean isDeep)
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
|
protected WSSecurityPart |
copy(WSSecurityPart nobj,
boolean isDeep)
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
|
boolean |
equals(Object o) |
EncodeModifier |
getEncodeModifier()
Gets the value of the encodeModifier property.
|
String |
getId()
Gets the value of the id property.
|
String |
getName()
Gets the value of the name property.
|
String |
getNamespace()
Gets the value of the namespace property.
|
int |
hashCode() |
void |
setEncodeModifier(EncodeModifier value)
Sets the value of the encodeModifier property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setNamespace(String value)
Sets the value of the namespace property.
|
String |
toString() |
WSSecurityPart |
withEncodeModifier(EncodeModifier newValue)
Sets the encodeModifier property to the given newValue and returns this instance.
|
WSSecurityPart |
withId(String newValue)
Sets the id property to the given newValue and returns this instance.
|
WSSecurityPart |
withName(String newValue)
Sets the name property to the given newValue and returns this instance.
|
WSSecurityPart |
withNamespace(String newValue)
Sets the namespace property to the given newValue and returns this instance.
|
protected String id
protected String name
protected String namespace
protected EncodeModifier encodeModifier
public static final WSSecurityPart EMPTY_INSTANCE
public void setId(String value)
value
- allowed object is
String
public String getName()
String
public void setName(String value)
value
- allowed object is
String
public String getNamespace()
String
public void setNamespace(String value)
value
- allowed object is
String
public EncodeModifier getEncodeModifier()
EncodeModifier
public void setEncodeModifier(EncodeModifier value)
value
- allowed object is
EncodeModifier
public WSSecurityPart copy()
public WSSecurityPart copy(boolean isDeep)
protected WSSecurityPart copy(WSSecurityPart nobj, boolean isDeep)
public WSSecurityPart withId(String newValue)
public WSSecurityPart withName(String newValue)
public WSSecurityPart withNamespace(String newValue)
public WSSecurityPart withEncodeModifier(EncodeModifier newValue)