com.ebmwebsourcing.wsstar.notification.definition.basefaults.api
Interface BaseFaultType

All Superinterfaces:
org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable
All Known Subinterfaces:
InvalidFilterFaultType, InvalidMessageContentExpressionFaultType, InvalidProducerPropertiesExpressionFaultType, InvalidTopicExpressionFaultType, MultipleTopicsSpecifiedFaultType, NoCurrentMessageOnTopicFaultType, NotifyMessageNotSupportedFaultType, PauseFailedFaultType, PublisherRegistrationFailedFaultType, PublisherRegistrationRejectedFaultType, ResourceNotDestroyedFaultType, ResourceUnknownFaultType, ResumeFailedFaultType, SubscribeCreationFailedFaultType, TopicExpressionDialectUnknownFaultType, TopicNotSupportedFaultType, UnableToCreatePullPointFaultType, UnableToDestroyPullPointFaultType, UnableToDestroySubscriptionFaultType, UnableToGetMessagesFaultType, UnacceptableInitialTerminationTimeFaultType, UnacceptableTerminationTimeFaultType, UnrecognizedPolicyRequestFaultType, UnsupportedPolicyRequestFaultType
All Known Implementing Classes:
BaseFaultTypeImpl, InvalidFilterFaultTypeImpl, InvalidMessageContentExpressionFaultTypeImpl, InvalidProducerPropertiesExpressionFaultTypeImpl, InvalidTopicExpressionFaultTypeImpl, MultipleTopicsSpecifiedFaultTypeImpl, NoCurrentMessageOnTopicFaultTypeImpl, NotifyMessageNotSupportedFaultTypeImpl, PauseFailedFaultTypeImpl, PublisherRegistrationFailedFaultTypeImpl, PublisherRegistrationRejectedFaultTypeImpl, ResourceNotDestroyedFaultTypeImpl, ResourceUnknownFaultTypeImpl, ResumeFailedFaultTypeImpl, SubscribeCreationFailedFaultTypeImpl, TopicExpressionDialectUnknownFaultTypeImpl, TopicNotSupportedFaultTypeImpl, UnableToCreatePullPointFaultTypeImpl, UnableToDestroyPullPointFaultTypeImpl, UnableToDestroySubscriptionFaultTypeImpl, UnableToGetMessagesFaultTypeImpl, UnacceptableInitialTerminationTimeFaultTypeImpl, UnacceptableTerminationTimeFaultTypeImpl, UnrecognizedPolicyRequestFaultTypeImpl, UnsupportedPolicyRequestFaultTypeImpl

public interface BaseFaultType
extends org.ow2.easywsdl.schema.api.SchemaElement

This interface encapsulates the {@code} class which has been generated by JAXB, using xml the schema "bf-2.xsd" (WS-BaseFaults). Moreover, this encapsulation is based on EASYWSDL model. See EASYWSDL Library documentation for more details

Author:
Thierry Déjean

Method Summary
 java.lang.String getDescriptionLanguage()
           
 java.lang.String getDescriptionValue()
           
 javax.xml.datatype.XMLGregorianCalendar getTimestamp()
           
 void setDescriptionLanguage(java.lang.String lang)
           
 void setDescriptionValue(java.lang.String value)
           
 void setTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
           
 
Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation
 

Method Detail

getDescriptionValue

java.lang.String getDescriptionValue()

setDescriptionValue

void setDescriptionValue(java.lang.String value)
                         throws WSNotificationException
Throws:
WSNotificationException

getDescriptionLanguage

java.lang.String getDescriptionLanguage()

setDescriptionLanguage

void setDescriptionLanguage(java.lang.String lang)
                            throws WSNotificationException
Throws:
WSNotificationException

getTimestamp

javax.xml.datatype.XMLGregorianCalendar getTimestamp()

setTimestamp

void setTimestamp(javax.xml.datatype.XMLGregorianCalendar value)


Copyright © 2009 eBM Websourcing. All Rights Reserved.