com.ebmwebsourcing.wsstar.resource.definition.basefaults.impl
Class BaseFaultTypeImpl

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<BaseFaultType>
      extended by 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

Field Summary
 
Fields inherited from class org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl
documentation, model, parent
 
Constructor Summary
BaseFaultTypeImpl(BaseFaultType model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<?> parent)
           
 
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 content)
           
 void setTimestamp(javax.xml.datatype.XMLGregorianCalendar value)
           
 
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
 

Constructor Detail

BaseFaultTypeImpl

public BaseFaultTypeImpl(BaseFaultType model,
                         org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<?> parent)
                  throws WSResourceException
Throws:
WSResourceException
Method Detail

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.