Class BaseFaultType

java.lang.Object
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", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") 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>
 
  • Field Details

    • any

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") protected List<Object> any
    • timestamp

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") protected XMLGregorianCalendar timestamp
    • originator

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") protected jakarta.xml.ws.wsaddressing.W3CEndpointReference originator
    • errorCode

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") protected BaseFaultType.ErrorCode errorCode
    • description

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") protected List<BaseFaultType.Description> description
    • faultCause

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") protected BaseFaultType.FaultCause faultCause
  • Constructor Details

    • BaseFaultType

      public BaseFaultType()
  • Method Details

    • getAny

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") 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 Jakarta XML Binding 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 Object Element

    • getTimestamp

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") public XMLGregorianCalendar getTimestamp()
      Gets the value of the timestamp property.
      Returns:
      possible object is XMLGregorianCalendar
    • setTimestamp

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") 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", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") public jakarta.xml.ws.wsaddressing.W3CEndpointReference getOriginator()
      Gets the value of the originator property.
      Returns:
      possible object is W3CEndpointReference
    • setOriginator

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") public void setOriginator(jakarta.xml.ws.wsaddressing.W3CEndpointReference value)
      Sets the value of the originator property.
      Parameters:
      value - allowed object is W3CEndpointReference
    • getErrorCode

      @Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") 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", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") 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", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") 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 Jakarta XML Binding 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", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") 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", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") 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", comments="JAXB RI v3.0.2", date="2023-09-13T13:28:20-04:00") 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