|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ebmwebsourcing.wsstar.notification.jaxbextension.types.ContextPolicyType
public class ContextPolicyType
Java class for ContextPolicyType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ContextPolicyType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="interface" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="service" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="endpoint" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="meuuid" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="notifDate" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="correlationId" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
<attribute name="status" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.Boolean |
_interface
|
protected java.lang.Boolean |
correlationId
|
protected java.lang.Boolean |
endpoint
|
protected java.lang.Boolean |
meuuid
|
protected java.lang.Boolean |
notifDate
|
protected java.lang.Boolean |
service
|
protected java.lang.Boolean |
status
|
| Constructor Summary | |
|---|---|
ContextPolicyType()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
void |
equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
|
int |
hashCode()
|
void |
hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
|
boolean |
isCorrelationId()
Gets the value of the correlationId property. |
boolean |
isEndpoint()
Gets the value of the endpoint property. |
boolean |
isInterface()
Gets the value of the interface property. |
boolean |
isMeuuid()
Gets the value of the meuuid property. |
boolean |
isNotifDate()
Gets the value of the notifDate property. |
boolean |
isService()
Gets the value of the service property. |
boolean |
isStatus()
Gets the value of the status property. |
void |
setCorrelationId(java.lang.Boolean value)
Sets the value of the correlationId property. |
void |
setEndpoint(java.lang.Boolean value)
Sets the value of the endpoint property. |
void |
setInterface(java.lang.Boolean value)
Sets the value of the interface property. |
void |
setMeuuid(java.lang.Boolean value)
Sets the value of the meuuid property. |
void |
setNotifDate(java.lang.Boolean value)
Sets the value of the notifDate property. |
void |
setService(java.lang.Boolean value)
Sets the value of the service property. |
void |
setStatus(java.lang.Boolean value)
Sets the value of the status property. |
java.lang.String |
toString()
|
void |
toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Boolean _interface
protected java.lang.Boolean service
protected java.lang.Boolean endpoint
protected java.lang.Boolean meuuid
protected java.lang.Boolean notifDate
protected java.lang.Boolean correlationId
protected java.lang.Boolean status
| Constructor Detail |
|---|
public ContextPolicyType()
| Method Detail |
|---|
public boolean isInterface()
Booleanpublic void setInterface(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isService()
Booleanpublic void setService(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isEndpoint()
Booleanpublic void setEndpoint(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isMeuuid()
Booleanpublic void setMeuuid(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isNotifDate()
Booleanpublic void setNotifDate(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isCorrelationId()
Booleanpublic void setCorrelationId(java.lang.Boolean value)
value - allowed object is
Booleanpublic boolean isStatus()
Booleanpublic void setStatus(java.lang.Boolean value)
value - allowed object is
Booleanpublic void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
toString in interface org.jvnet.jaxb2_commons.lang.ToStringpublic java.lang.String toString()
toString in class java.lang.Object
public void equals(java.lang.Object object,
org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
equals in interface org.jvnet.jaxb2_commons.lang.Equalspublic boolean equals(java.lang.Object object)
equals in class java.lang.Objectpublic void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCodepublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||