Klasse Xml.XmlBuilder
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Xml.XmlBuilder
- Umschließende Klasse:
Xml
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungDeclares whether the property definition translates to an attribute instead of an element.build()Replaces the name of the element/attribute used for the described schema property.The URI of the namespace definitionThe prefix to be used for the nametoString()vendorExtensions(Map<String, Object> vendorExtensions) MAY be used only for an array definition.
-
Methodendetails
-
attribute
Declares whether the property definition translates to an attribute instead of an element. Default value is false- Gibt zurück:
this.
-
name
Replaces the name of the element/attribute used for the described schema property. When defined within items, it will affect the name of the individual XML elements within the list. When defined alongside type being array (outside the items), it will affect the wrapping element and only if wrapped is true. If wrapped is false, it will be ignored- Gibt zurück:
this.
-
namespace
The URI of the namespace definition- Gibt zurück:
this.
-
prefix
The prefix to be used for the name- Gibt zurück:
this.
-
vendorExtensions
- Gibt zurück:
this.
-
wrapped
MAY be used only for an array definition. Signifies whether the array is wrapped (for example, <books><book/><book/></books>) or unwrapped (<book/><book/>). Default value is false- Gibt zurück:
this.
-
build
-
toString
-