(anonymous)
| Namespace: | http://hudson-ci.org/xsd/hudson/2.1.0/maven/common |
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="type" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="method" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="file" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="line" type="{http://www.w3.org/2001/XMLSchema}int" />
</restriction>
</complexContent>
</complexType>
XML
Attributes
| name | type | description |
|---|---|---|
| type | string | (no documentation provided) |
| method | string | (no documentation provided) |
| file | string | (no documentation provided) |
| line | int | (no documentation provided) |
JSON
| property | type | description |
|---|---|---|
| type | string | (no documentation provided) |
| method | string | (no documentation provided) |
| file | string | (no documentation provided) |
| line | int | (no documentation provided) |