Package com.flower.docs.domain.exception
Class AbstractBaseFaultType.Reasons
- java.lang.Object
-
- com.flower.docs.domain.exception.AbstractBaseFaultType.Reasons
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- AbstractBaseFaultType
public static class AbstractBaseFaultType.Reasons extends java.lang.Object implements java.io.Serializable<p>Java class for anonymous complex type. <p>The following schema fragment specifies the expected content contained within this class. <pre> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="reason" type="{http://flower.com/docs/domain/exception}AbstractBaseFaultType" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </pre>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected java.util.List<AbstractBaseFaultType>reason
-
Constructor Summary
Constructors Constructor Description Reasons()Default no-arg constructor abcReasons(java.util.List<AbstractBaseFaultType> reason)Fully-initialising value constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object other)java.util.List<AbstractBaseFaultType>getReason()Gets the value of the reason property.inthashCode()voidsetReason(java.util.List<AbstractBaseFaultType> value)java.lang.StringtoString()
-
-
-
Field Detail
-
reason
protected java.util.List<AbstractBaseFaultType> reason
-
-
Constructor Detail
-
Reasons
public Reasons()
Default no-arg constructor abc
-
Reasons
public Reasons(java.util.List<AbstractBaseFaultType> reason)
Fully-initialising value constructor
-
-
Method Detail
-
getReason
public java.util.List<AbstractBaseFaultType> getReason()
Gets the value of the reason property. <p> 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 <CODE>set</CODE> method for the reason property. <p> For example, to add a new item, do as follows: <pre> getReason().add(newItem); </pre> <p> Objects of the following type(s) are allowed in the listAbstractBaseFaultType
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
setReason
public void setReason(java.util.List<AbstractBaseFaultType> value)
-
-