Class ServerRequestType.Body.Validate
- Enclosing class:
- ServerRequestType.Body
Java-Klasse für anonymous complex type.
Das folgende Schemafragment gibt den erwarteten Content an, der in dieser Klasse enthalten ist.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="script" minOccurs="0">
<complexType>
<simpleContent>
<extension base="<http://www.w3.org/2001/XMLSchema>string">
<attribute name="type" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="groovy"/>
</restriction>
</simpleType>
</attribute>
<attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" />
</extension>
</simpleContent>
</complexType>
</element>
<element name="xpath" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="expression" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="result-type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="node"/>
<enumeration value="node-set"/>
<enumeration value="boolean"/>
<enumeration value="string"/>
<enumeration value="number"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
</element>
<element name="json-path" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="expression" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
<element name="namespace" maxOccurs="unbounded" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="prefix" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
<attribute name="path" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="result-type">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="node"/>
<enumeration value="node-set"/>
<enumeration value="boolean"/>
<enumeration value="string"/>
<enumeration value="number"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classJava-Klasse für anonymous complex type.static classJava-Klasse für anonymous complex type.static classJava-Klasse für anonymous complex type.static classJava-Klasse für anonymous complex type. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<ServerRequestType.Body.Validate.JsonPath>protected List<ServerRequestType.Body.Validate.Namespace>protected Stringprotected Stringprotected ServerRequestType.Body.Validate.Scriptprotected Stringprotected List<ServerRequestType.Body.Validate.Xpath> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the jsonPaths property.Gets the value of the namespaces property.getPath()Ruft den Wert der path-Eigenschaft ab.Ruft den Wert der resultType-Eigenschaft ab.Ruft den Wert der script-Eigenschaft ab.getValue()Ruft den Wert der value-Eigenschaft ab.Gets the value of the xpaths property.voidLegt den Wert der path-Eigenschaft fest.voidsetResultType(String value) Legt den Wert der resultType-Eigenschaft fest.voidLegt den Wert der script-Eigenschaft fest.voidLegt den Wert der value-Eigenschaft fest.
-
Field Details
-
script
-
xpaths
-
jsonPaths
-
namespaces
-
path
-
value
-
resultType
-
-
Constructor Details
-
Validate
public Validate()
-
-
Method Details
-
getScript
Ruft den Wert der script-Eigenschaft ab.- Returns:
- possible object is
ServerRequestType.Body.Validate.Script
-
setScript
Legt den Wert der script-Eigenschaft fest.- Parameters:
value- allowed object isServerRequestType.Body.Validate.Script
-
getXpaths
Gets the value of the xpaths 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
setmethod for the xpaths property.For example, to add a new item, do as follows:
getXpaths().add(newItem);Objects of the following type(s) are allowed in the list
ServerRequestType.Body.Validate.Xpath- Returns:
- The value of the xpaths property.
-
getJsonPaths
Gets the value of the jsonPaths 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
setmethod for the jsonPaths property.For example, to add a new item, do as follows:
getJsonPaths().add(newItem);Objects of the following type(s) are allowed in the list
ServerRequestType.Body.Validate.JsonPath- Returns:
- The value of the jsonPaths property.
-
getNamespaces
Gets the value of the namespaces 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
setmethod for the namespaces property.For example, to add a new item, do as follows:
getNamespaces().add(newItem);Objects of the following type(s) are allowed in the list
ServerRequestType.Body.Validate.Namespace- Returns:
- The value of the namespaces property.
-
getPath
Ruft den Wert der path-Eigenschaft ab.- Returns:
- possible object is
String
-
setPath
Legt den Wert der path-Eigenschaft fest.- Parameters:
value- allowed object isString
-
getValue
Ruft den Wert der value-Eigenschaft ab.- Returns:
- possible object is
String
-
setValue
Legt den Wert der value-Eigenschaft fest.- Parameters:
value- allowed object isString
-
getResultType
Ruft den Wert der resultType-Eigenschaft ab.- Returns:
- possible object is
String
-
setResultType
Legt den Wert der resultType-Eigenschaft fest.- Parameters:
value- allowed object isString
-