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

All Superinterfaces:
org.ow2.easywsdl.schema.api.SchemaElement, java.io.Serializable
All Known Subinterfaces:
ResourceNotDestroyedFaultType, ResourceUnavailableFaultType, ResourceUnknownFaultType, TerminationTimeChangeRejectedFaultType, UnableToSetTerminationTimeFaultType
All Known Implementing Classes:
BaseFaultTypeImpl, ResourceNotDestroyedFaultTypeImpl, ResourceUnavailableFaultTypeImpl, ResourceUnknownFaultTypeImpl, TerminationTimeChangeRejectedFaultTypeImpl, UnableToSetTerminationTimeFaultTypeImpl

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, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation
 

Method Detail

getDescriptionValue

java.lang.String getDescriptionValue()

setDescriptionValue

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

getDescriptionLanguage

java.lang.String getDescriptionLanguage()

setDescriptionLanguage

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

getTimestamp

javax.xml.datatype.XMLGregorianCalendar getTimestamp()

setTimestamp

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


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