com.ebmwebsourcing.wsstar.notification.jaxbextension.types
Class ContextPolicyType

java.lang.Object
  extended by com.ebmwebsourcing.wsstar.notification.jaxbextension.types.ContextPolicyType
All Implemented Interfaces:
org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

public class ContextPolicyType
extends java.lang.Object
implements org.jvnet.jaxb2_commons.lang.Equals, org.jvnet.jaxb2_commons.lang.HashCode, org.jvnet.jaxb2_commons.lang.ToString

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

_interface

protected java.lang.Boolean _interface

service

protected java.lang.Boolean service

endpoint

protected java.lang.Boolean endpoint

meuuid

protected java.lang.Boolean meuuid

notifDate

protected java.lang.Boolean notifDate

correlationId

protected java.lang.Boolean correlationId

status

protected java.lang.Boolean status
Constructor Detail

ContextPolicyType

public ContextPolicyType()
Method Detail

isInterface

public boolean isInterface()
Gets the value of the interface property.

Returns:
possible object is Boolean

setInterface

public void setInterface(java.lang.Boolean value)
Sets the value of the interface property.

Parameters:
value - allowed object is Boolean

isService

public boolean isService()
Gets the value of the service property.

Returns:
possible object is Boolean

setService

public void setService(java.lang.Boolean value)
Sets the value of the service property.

Parameters:
value - allowed object is Boolean

isEndpoint

public boolean isEndpoint()
Gets the value of the endpoint property.

Returns:
possible object is Boolean

setEndpoint

public void setEndpoint(java.lang.Boolean value)
Sets the value of the endpoint property.

Parameters:
value - allowed object is Boolean

isMeuuid

public boolean isMeuuid()
Gets the value of the meuuid property.

Returns:
possible object is Boolean

setMeuuid

public void setMeuuid(java.lang.Boolean value)
Sets the value of the meuuid property.

Parameters:
value - allowed object is Boolean

isNotifDate

public boolean isNotifDate()
Gets the value of the notifDate property.

Returns:
possible object is Boolean

setNotifDate

public void setNotifDate(java.lang.Boolean value)
Sets the value of the notifDate property.

Parameters:
value - allowed object is Boolean

isCorrelationId

public boolean isCorrelationId()
Gets the value of the correlationId property.

Returns:
possible object is Boolean

setCorrelationId

public void setCorrelationId(java.lang.Boolean value)
Sets the value of the correlationId property.

Parameters:
value - allowed object is Boolean

isStatus

public boolean isStatus()
Gets the value of the status property.

Returns:
possible object is Boolean

setStatus

public void setStatus(java.lang.Boolean value)
Sets the value of the status property.

Parameters:
value - allowed object is Boolean

toString

public void toString(org.apache.commons.lang.builder.ToStringBuilder toStringBuilder)
Specified by:
toString in interface org.jvnet.jaxb2_commons.lang.ToString

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public void equals(java.lang.Object object,
                   org.apache.commons.lang.builder.EqualsBuilder equalsBuilder)
Specified by:
equals in interface org.jvnet.jaxb2_commons.lang.Equals

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public void hashCode(org.apache.commons.lang.builder.HashCodeBuilder hashCodeBuilder)
Specified by:
hashCode in interface org.jvnet.jaxb2_commons.lang.HashCode

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2009-2010 eBM Websourcing. All Rights Reserved.