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>
 | Modifier and Type | Field and Description | 
|---|---|
protected boolean | 
fromBusinessCheck  | 
protected FromSignatures | 
fromSignatures  | 
protected XMLGregorianCalendar | 
modified  | 
protected PublisherAssertion | 
publisherAssertion  | 
protected boolean | 
toBusinessCheck  | 
protected ToSignatures | 
toSignatures  | 
| Constructor and Description | 
|---|
ChangeRecordPublisherAssertion()  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
protected PublisherAssertion publisherAssertion
protected boolean fromBusinessCheck
protected boolean toBusinessCheck
protected XMLGregorianCalendar modified
protected FromSignatures fromSignatures
protected ToSignatures toSignatures
public PublisherAssertion getPublisherAssertion()
PublisherAssertionpublic void setPublisherAssertion(PublisherAssertion value)
value - allowed object is
     PublisherAssertionpublic boolean isFromBusinessCheck()
public void setFromBusinessCheck(boolean value)
public boolean isToBusinessCheck()
public void setToBusinessCheck(boolean value)
public XMLGregorianCalendar getModified()
XMLGregorianCalendarpublic void setModified(XMLGregorianCalendar value)
value - allowed object is
     XMLGregorianCalendarpublic FromSignatures getFromSignatures()
FromSignaturespublic void setFromSignatures(FromSignatures value)
value - allowed object is
     FromSignaturespublic ToSignatures getToSignatures()
ToSignaturespublic void setToSignatures(ToSignatures value)
value - allowed object is
     ToSignaturesCopyright © 2012 JBoss by Red Hat. All Rights Reserved.