| ||
detail: element | attribute | value |
XML Example:<link xmlns='http://www.w3.org/2005/Atom' href="xsd:string" rel="xsd:string" type="xsd:string"> <hrefURI xmlns='null'>java.net.URI</hrefURI> </link> | JSON Example:{ "@href": String, "@rel": String, "@type": String, "hrefURI": java.net.URI, } |
Name | Type | Required | Nillable | Default Value | Description |
---|---|---|---|---|---|
hrefURI | java.net.URI | false | false |
Name | Type | Description |
---|---|---|
href | xsd:string | |
rel | xsd:string | |
type | xsd:string |
| ||
detail: element | attribute | value |