com.ebmwebsourcing.wsstar.resource.definition.basefaults.impl
Class BaseFaultTypeImpl
java.lang.Object
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<BaseFaultType>
com.ebmwebsourcing.wsstar.resource.definition.basefaults.impl.BaseFaultTypeImpl
- All Implemented Interfaces:
- BaseFaultType, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement
- Direct Known Subclasses:
- ResourceNotDestroyedFaultTypeImpl, ResourceUnavailableFaultTypeImpl, ResourceUnknownFaultTypeImpl, TerminationTimeChangeRejectedFaultTypeImpl, UnableToSetTerminationTimeFaultTypeImpl
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, equals, getDocumentation, getModel, getOtherAttributes, getParent, getSchema, getTopParent, hashCode, setDocumentation, setParent |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement |
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation |
BaseFaultTypeImpl
public BaseFaultTypeImpl(BaseFaultType model,
org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<?> parent)
throws WSResourceException
- Throws:
WSResourceException
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 WSResourceException
- Specified by:
setDescriptionValue in interface BaseFaultType
- Throws:
WSResourceException
setDescriptionLanguage
public void setDescriptionLanguage(java.lang.String lang)
throws WSResourceException
- Specified by:
setDescriptionLanguage in interface BaseFaultType
- Throws:
WSResourceException
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-2010 eBM Websourcing. All Rights Reserved.