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

java.lang.Object
  extended by org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<BaseFaultType.Description>
      extended by com.ebmwebsourcing.wsstar.resource.definition.basefaults.impl.BaseFaultDescriptionTypeImpl
All Implemented Interfaces:
BaseFaultDescriptionType, java.io.Serializable, org.ow2.easywsdl.schema.api.SchemaElement

public class BaseFaultDescriptionTypeImpl
extends org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<BaseFaultType.Description>
implements BaseFaultDescriptionType

This class implements {@code}. As it uses EASYWSDL model, it also extends the abstract class {@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
BaseFaultDescriptionTypeImpl(BaseFaultType.Description model, org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<?> parent)
           
 
Method Summary
 java.lang.String getLang()
           
 java.lang.String getValue()
           
 void setLang(java.lang.String lang)
           
 void setValue(java.lang.String 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

BaseFaultDescriptionTypeImpl

public BaseFaultDescriptionTypeImpl(BaseFaultType.Description model,
                                    org.ow2.easywsdl.schema.api.abstractElmt.AbstractSchemaElementImpl<?> parent)
Method Detail

getLang

public java.lang.String getLang()
Specified by:
getLang in interface BaseFaultDescriptionType

getValue

public java.lang.String getValue()
Specified by:
getValue in interface BaseFaultDescriptionType

setLang

public void setLang(java.lang.String lang)
Specified by:
setLang in interface BaseFaultDescriptionType

setValue

public void setValue(java.lang.String value)
Specified by:
setValue in interface BaseFaultDescriptionType


Copyright © 2009-2010 eBM Websourcing. All Rights Reserved.