public class TimestampConfig extends WSSecurityOption implements Serializable
Java class for TimestampConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TimestampConfig"> <complexContent> <extension base="{}WSSecurityOption"> <attribute name="timeToLive" type="{http://www.w3.org/2001/XMLSchema}int" /> </extension> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
static TimestampConfig |
EMPTY_INSTANCE |
protected Integer |
timeToLive |
id, parts, type
Constructor and Description |
---|
TimestampConfig() |
Modifier and Type | Method and Description |
---|---|
TimestampConfig |
copy()
Deep copies the fields of the this model into a new instance of this class and returns it.
|
TimestampConfig |
copy(boolean isDeep)
Copies the fields of the this model (optionally deeply) into a new instance of this class and returns it.
|
protected TimestampConfig |
copy(TimestampConfig nobj,
boolean isDeep)
Copies the fields of the this model (optionally deeply) into the given instance and returns it.
|
boolean |
equals(Object o) |
Integer |
getTimeToLive()
Gets the value of the timeToLive property.
|
int |
hashCode() |
void |
setTimeToLive(Integer value)
Sets the value of the timeToLive property.
|
String |
toString() |
TimestampConfig |
withTimeToLive(Integer newValue)
Sets the timeToLive property to the given newValue and returns this instance.
|
protected Integer timeToLive
public static final TimestampConfig EMPTY_INSTANCE
public Integer getTimeToLive()
Integer
public void setTimeToLive(Integer value)
value
- allowed object is
Integer
public int hashCode()
hashCode
in class WSSecurityOption
public String toString()
toString
in class WSSecurityOption
public boolean equals(Object o)
equals
in class WSSecurityOption
public TimestampConfig copy()
copy
in class WSSecurityOption
public TimestampConfig copy(boolean isDeep)
copy
in class WSSecurityOption
protected TimestampConfig copy(TimestampConfig nobj, boolean isDeep)
public TimestampConfig withTimeToLive(Integer newValue)