Apache CXF API

org.oasis_open.docs.wsrf.bf_2
Class BaseFaultType

java.lang.Object
  extended by org.oasis_open.docs.wsrf.bf_2.BaseFaultType
Direct Known Subclasses:
DeleteResourcePropertiesRequestFailedFaultType, InsertResourcePropertiesRequestFailedFaultType, InvalidFilterFaultType, InvalidMessageContentExpressionFaultType, InvalidModificationFaultType, InvalidProducerPropertiesExpressionFaultType, InvalidQueryExpressionFaultType, InvalidResourcePropertyQNameFaultType, InvalidTopicExpressionFaultType, MultipleTopicsSpecifiedFaultType, NoCurrentMessageOnTopicFaultType, NotifyMessageNotSupportedFaultType, PauseFailedFaultType, PublisherRegistrationFailedFaultType, PublisherRegistrationRejectedFaultType, QueryEvaluationErrorFaultType, ResourceNotDestroyedFaultType, ResourceUnavailableFaultType, ResourceUnknownFaultType, ResumeFailedFaultType, SetResourcePropertyRequestFailedFaultType, SubscribeCreationFailedFaultType, TopicExpressionDialectUnknownFaultType, TopicNotSupportedFaultType, UnableToCreatePullPointFaultType, UnableToDestroyPullPointFaultType, UnableToDestroySubscriptionFaultType, UnableToGetMessagesFaultType, UnableToModifyResourcePropertyFaultType, UnableToPutResourcePropertyDocumentFaultType, UnacceptableInitialTerminationTimeFaultType, UnacceptableTerminationTimeFaultType, UnknownQueryExpressionDialectFaultType, UnrecognizedPolicyRequestFaultType, UnsupportedPolicyRequestFaultType, UpdateResourcePropertiesRequestFailedFaultType

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public class BaseFaultType
extends Object

Java class for BaseFaultType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="BaseFaultType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
         <element name="Timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="Originator" type="{http://www.w3.org/2005/08/addressing}EndpointReferenceType" minOccurs="0"/>
         <element name="ErrorCode" minOccurs="0">
           <complexType>
             <complexContent>
               <extension base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <attribute name="dialect" use="required" type="{http://www.w3.org/2001/XMLSchema}anyURI" />
                 <anyAttribute processContents='skip'/>
               </extension>
             </complexContent>
           </complexType>
         </element>
         <element name="Description" maxOccurs="unbounded" minOccurs="0">
           <complexType>
             <simpleContent>
               <extension base="<http://www.w3.org/2001/XMLSchema>string">
                 <attribute ref="{http://www.w3.org/XML/1998/namespace}lang"/>
               </extension>
             </simpleContent>
           </complexType>
         </element>
         <element name="FaultCause" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <any processContents='lax' namespace='##other'/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <anyAttribute processContents='lax' namespace='##other'/>
     </restriction>
   </complexContent>
 </complexType>
 


Nested Class Summary
static class BaseFaultType.Description
          Java class for anonymous complex type.
static class BaseFaultType.ErrorCode
          Java class for anonymous complex type.
static class BaseFaultType.FaultCause
          Java class for anonymous complex type.
 
Field Summary
protected  List<Object> any
           
protected  List<BaseFaultType.Description> description
           
protected  BaseFaultType.ErrorCode errorCode
           
protected  BaseFaultType.FaultCause faultCause
           
protected  W3CEndpointReference originator
           
protected  XMLGregorianCalendar timestamp
           
 
Constructor Summary
BaseFaultType()
           
 
Method Summary
 List<Object> getAny()
          Gets the value of the any property.
 List<BaseFaultType.Description> getDescription()
          Gets the value of the description property.
 BaseFaultType.ErrorCode getErrorCode()
          Gets the value of the errorCode property.
 BaseFaultType.FaultCause getFaultCause()
          Gets the value of the faultCause property.
 W3CEndpointReference getOriginator()
          Gets the value of the originator property.
 Map<QName,String> getOtherAttributes()
          Gets a map that contains attributes that aren't bound to any typed property on this class.
 XMLGregorianCalendar getTimestamp()
          Gets the value of the timestamp property.
 void setErrorCode(BaseFaultType.ErrorCode value)
          Sets the value of the errorCode property.
 void setFaultCause(BaseFaultType.FaultCause value)
          Sets the value of the faultCause property.
 void setOriginator(W3CEndpointReference value)
          Sets the value of the originator property.
 void setTimestamp(XMLGregorianCalendar value)
          Sets the value of the timestamp property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

any

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected List<Object> any

timestamp

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected XMLGregorianCalendar timestamp

originator

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected W3CEndpointReference originator

errorCode

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected BaseFaultType.ErrorCode errorCode

description

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected List<BaseFaultType.Description> description

faultCause

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
protected BaseFaultType.FaultCause faultCause
Constructor Detail

BaseFaultType

public BaseFaultType()
Method Detail

getAny

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public List<Object> getAny()
Gets the value of the any property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the any property.

For example, to add a new item, do as follows:

    getAny().add(newItem);
 

Objects of the following type(s) are allowed in the list Element Object


getTimestamp

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public XMLGregorianCalendar getTimestamp()
Gets the value of the timestamp property.

Returns:
possible object is XMLGregorianCalendar

setTimestamp

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setTimestamp(XMLGregorianCalendar value)
Sets the value of the timestamp property.

Parameters:
value - allowed object is XMLGregorianCalendar

getOriginator

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public W3CEndpointReference getOriginator()
Gets the value of the originator property.

Returns:
possible object is W3CEndpointReference

setOriginator

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setOriginator(W3CEndpointReference value)
Sets the value of the originator property.

Parameters:
value - allowed object is W3CEndpointReference

getErrorCode

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public BaseFaultType.ErrorCode getErrorCode()
Gets the value of the errorCode property.

Returns:
possible object is BaseFaultType.ErrorCode

setErrorCode

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setErrorCode(BaseFaultType.ErrorCode value)
Sets the value of the errorCode property.

Parameters:
value - allowed object is BaseFaultType.ErrorCode

getDescription

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public List<BaseFaultType.Description> getDescription()
Gets the value of the description property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the description property.

For example, to add a new item, do as follows:

    getDescription().add(newItem);
 

Objects of the following type(s) are allowed in the list BaseFaultType.Description


getFaultCause

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public BaseFaultType.FaultCause getFaultCause()
Gets the value of the faultCause property.

Returns:
possible object is BaseFaultType.FaultCause

setFaultCause

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public void setFaultCause(BaseFaultType.FaultCause value)
Sets the value of the faultCause property.

Parameters:
value - allowed object is BaseFaultType.FaultCause

getOtherAttributes

@Generated(value="com.sun.tools.xjc.Driver",
           date="2014-05-14T03:41:34-04:00",
           comments="JAXB RI vhudson-jaxb-ri-2.1-2")
public Map<QName,String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.

the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.

Returns:
always non-null

Apache CXF API

Apache CXF