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 v2.3.5", date="2023-06-06T11:41:14-04:00") public class BaseFaultType extends ObjectJava 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
Nested Classes Modifier and Type Class Description static classBaseFaultType.DescriptionJava class for anonymous complex type.static classBaseFaultType.ErrorCodeJava class for anonymous complex type.static classBaseFaultType.FaultCauseJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected List<Object>anyprotected List<BaseFaultType.Description>descriptionprotected BaseFaultType.ErrorCodeerrorCodeprotected BaseFaultType.FaultCausefaultCauseprotected javax.xml.ws.wsaddressing.W3CEndpointReferenceoriginatorprotected XMLGregorianCalendartimestamp
-
Constructor Summary
Constructors Constructor Description BaseFaultType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Object>getAny()Gets the value of the any property.List<BaseFaultType.Description>getDescription()Gets the value of the description property.BaseFaultType.ErrorCodegetErrorCode()Gets the value of the errorCode property.BaseFaultType.FaultCausegetFaultCause()Gets the value of the faultCause property.javax.xml.ws.wsaddressing.W3CEndpointReferencegetOriginator()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.XMLGregorianCalendargetTimestamp()Gets the value of the timestamp property.voidsetErrorCode(BaseFaultType.ErrorCode value)Sets the value of the errorCode property.voidsetFaultCause(BaseFaultType.FaultCause value)Sets the value of the faultCause property.voidsetOriginator(javax.xml.ws.wsaddressing.W3CEndpointReference value)Sets the value of the originator property.voidsetTimestamp(XMLGregorianCalendar value)Sets the value of the timestamp property.
-
-
-
Field Detail
-
any
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") protected List<Object> any
-
timestamp
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") protected XMLGregorianCalendar timestamp
-
originator
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") protected javax.xml.ws.wsaddressing.W3CEndpointReference originator
-
errorCode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") protected BaseFaultType.ErrorCode errorCode
-
description
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") protected List<BaseFaultType.Description> description
-
faultCause
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") protected BaseFaultType.FaultCause faultCause
-
-
Method Detail
-
getAny
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-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 JAXB object. This is why there is not a
setmethod 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
ObjectElement
-
getTimestamp
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-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 v2.3.5", date="2023-06-06T11:41:14-04:00") public void setTimestamp(XMLGregorianCalendar value)Sets the value of the timestamp property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getOriginator
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-04:00") public javax.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 v2.3.5", date="2023-06-06T11:41:14-04:00") public void setOriginator(javax.xml.ws.wsaddressing.W3CEndpointReference value)Sets the value of the originator property.- Parameters:
value- allowed object isW3CEndpointReference
-
getErrorCode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-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 v2.3.5", date="2023-06-06T11:41:14-04:00") public void setErrorCode(BaseFaultType.ErrorCode value)Sets the value of the errorCode property.- Parameters:
value- allowed object isBaseFaultType.ErrorCode
-
getDescription
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-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 JAXB object. This is why there is not a
setmethod 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 v2.3.5", date="2023-06-06T11:41:14-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 v2.3.5", date="2023-06-06T11:41:14-04:00") public void setFaultCause(BaseFaultType.FaultCause value)Sets the value of the faultCause property.- Parameters:
value- allowed object isBaseFaultType.FaultCause
-
getOtherAttributes
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v2.3.5", date="2023-06-06T11:41:14-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
-
-