org.uddi.repl_v3
Class ChangeRecordPublisherAssertion

java.lang.Object
  extended by org.uddi.repl_v3.ChangeRecordPublisherAssertion
All Implemented Interfaces:
Serializable

public class ChangeRecordPublisherAssertion
extends Object
implements Serializable

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{urn:uddi-org:api_v3}publisherAssertion"/>
         <element name="fromBusinessCheck" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="toBusinessCheck" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="modified" type="{urn:uddi-org:api_v3}timeInstant"/>
         <element ref="{urn:uddi-org:repl_v3}fromSignatures" minOccurs="0"/>
         <element ref="{urn:uddi-org:repl_v3}toSignatures" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Field Summary
protected  boolean fromBusinessCheck
           
protected  FromSignatures fromSignatures
           
protected  XMLGregorianCalendar modified
           
protected  PublisherAssertion publisherAssertion
           
protected  boolean toBusinessCheck
           
protected  ToSignatures toSignatures
           
 
Constructor Summary
ChangeRecordPublisherAssertion()
           
 
Method Summary
 FromSignatures getFromSignatures()
          Gets the value of the fromSignatures property.
 XMLGregorianCalendar getModified()
          Gets the value of the modified property.
 PublisherAssertion getPublisherAssertion()
          Gets the value of the publisherAssertion property.
 ToSignatures getToSignatures()
          Gets the value of the toSignatures property.
 boolean isFromBusinessCheck()
          Gets the value of the fromBusinessCheck property.
 boolean isToBusinessCheck()
          Gets the value of the toBusinessCheck property.
 void setFromBusinessCheck(boolean value)
          Sets the value of the fromBusinessCheck property.
 void setFromSignatures(FromSignatures value)
          Sets the value of the fromSignatures property.
 void setModified(XMLGregorianCalendar value)
          Sets the value of the modified property.
 void setPublisherAssertion(PublisherAssertion value)
          Sets the value of the publisherAssertion property.
 void setToBusinessCheck(boolean value)
          Sets the value of the toBusinessCheck property.
 void setToSignatures(ToSignatures value)
          Sets the value of the toSignatures property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

publisherAssertion

protected PublisherAssertion publisherAssertion

fromBusinessCheck

protected boolean fromBusinessCheck

toBusinessCheck

protected boolean toBusinessCheck

modified

protected XMLGregorianCalendar modified

fromSignatures

protected FromSignatures fromSignatures

toSignatures

protected ToSignatures toSignatures
Constructor Detail

ChangeRecordPublisherAssertion

public ChangeRecordPublisherAssertion()
Method Detail

getPublisherAssertion

public PublisherAssertion getPublisherAssertion()
Gets the value of the publisherAssertion property.

Returns:
possible object is PublisherAssertion

setPublisherAssertion

public void setPublisherAssertion(PublisherAssertion value)
Sets the value of the publisherAssertion property.

Parameters:
value - allowed object is PublisherAssertion

isFromBusinessCheck

public boolean isFromBusinessCheck()
Gets the value of the fromBusinessCheck property.


setFromBusinessCheck

public void setFromBusinessCheck(boolean value)
Sets the value of the fromBusinessCheck property.


isToBusinessCheck

public boolean isToBusinessCheck()
Gets the value of the toBusinessCheck property.


setToBusinessCheck

public void setToBusinessCheck(boolean value)
Sets the value of the toBusinessCheck property.


getModified

public XMLGregorianCalendar getModified()
Gets the value of the modified property.

Returns:
possible object is XMLGregorianCalendar

setModified

public void setModified(XMLGregorianCalendar value)
Sets the value of the modified property.

Parameters:
value - allowed object is XMLGregorianCalendar

getFromSignatures

public FromSignatures getFromSignatures()
Gets the value of the fromSignatures property.

Returns:
possible object is FromSignatures

setFromSignatures

public void setFromSignatures(FromSignatures value)
Sets the value of the fromSignatures property.

Parameters:
value - allowed object is FromSignatures

getToSignatures

public ToSignatures getToSignatures()
Gets the value of the toSignatures property.

Returns:
possible object is ToSignatures

setToSignatures

public void setToSignatures(ToSignatures value)
Sets the value of the toSignatures property.

Parameters:
value - allowed object is ToSignatures


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.