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
| Methods inherited from interface org.ow2.easywsdl.schema.api.SchemaElement |
createDocumentation, equals, getDocumentation, getOtherAttributes, hashCode, setDocumentation |
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.