com.ebmwebsourcing.wsstar.notification.definition.basefaults.impl
Class BaseFaultTypeImpl
java.lang.Object
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<BaseFaultType>
com.ebmwebsourcing.wsstar.notification.definition.basefaults.impl.BaseFaultTypeImpl
- All Implemented Interfaces:
- BaseFaultType, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement
- Direct Known Subclasses:
- 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 class BaseFaultTypeImpl
- extends org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<BaseFaultType>
- implements BaseFaultType
This class implements BaseFaultType {@code} . As it uses EASYWSDL model, it also extends the abstract class {@link AbstractSchemaElementImpl {@code} . See EASYWSDL Library documentation for more details.
- Author:
- Thierry Déjean - eBM Websourcing
- See Also:
- Serialized Form
| Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
documentation, model, parent |
| Methods inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl |
createDocumentation, getDocumentation, getModel, getOtherAttributes, getParent, getSchema, getTopParent, setDocumentation, setParent |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement |
createDocumentation, getDocumentation, getOtherAttributes, setDocumentation |
BaseFaultTypeImpl
public BaseFaultTypeImpl(BaseFaultType model,
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<?> parent)
throws WSNotificationException
- Throws:
WSNotificationException
getDescriptionValue
public java.lang.String getDescriptionValue()
- Specified by:
getDescriptionValue in interface BaseFaultType
getDescriptionLanguage
public java.lang.String getDescriptionLanguage()
- Specified by:
getDescriptionLanguage in interface BaseFaultType
setDescriptionValue
public void setDescriptionValue(java.lang.String content)
throws WSNotificationException
- Specified by:
setDescriptionValue in interface BaseFaultType
- Throws:
WSNotificationException
setDescriptionLanguage
public void setDescriptionLanguage(java.lang.String lang)
throws WSNotificationException
- Specified by:
setDescriptionLanguage in interface BaseFaultType
- Throws:
WSNotificationException
getTimestamp
public javax.xml.datatype.XMLGregorianCalendar getTimestamp()
- Specified by:
getTimestamp in interface BaseFaultType
setTimestamp
public void setTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
- Specified by:
setTimestamp in interface BaseFaultType
Copyright © 2009 eBM Websourcing. All Rights Reserved.