Class ParameterFault
Java class for ParameterFault complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ParameterFault"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="RelatedErrors" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="RelatedWarnings" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="SupportId" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the value of the relatedErrors property.Gets the value of the relatedWarnings property.Gets the value of the supportId property.void
setSupportId
(String value) Sets the value of the supportId property.
-
Field Details
-
supportId
-
Constructor Details
-
ParameterFault
public ParameterFault()
-
-
Method Details
-
getRelatedErrors
Gets the value of the relatedErrors 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 relatedErrors property.For example, to add a new item, do as follows:
getRelatedErrors().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getRelatedWarnings
Gets the value of the relatedWarnings 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 relatedWarnings property.For example, to add a new item, do as follows:
getRelatedWarnings().add(newItem);
Objects of the following type(s) are allowed in the list
String
-
getSupportId
Gets the value of the supportId property.- Returns:
- possible object is
String
-
setSupportId
Sets the value of the supportId property.- Parameters:
value
- allowed object isString
-