Klasse Xml
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Xml
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Xml
extends Object
Xml
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected BooleanDeclares whether the property definition translates to an attribute instead of an element.protected StringReplaces the name of the element/attribute used for the described schema property.protected StringThe URI of the namespace definitionprotected StringThe prefix to be used for the nameprotected BooleanMAY be used only for an array definition. -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungDeclares whether the property definition translates to an attribute instead of an element.Declares whether the property definition translates to an attribute instead of an element.static Xml.XmlBuilderbuilder()protected booleanbooleaninthashCode()name()Replaces the name of the element/attribute used for the described schema property.Replaces the name of the element/attribute used for the described schema property.The URI of the namespace definitionThe URI of the namespace definitionprefix()The prefix to be used for the nameThe prefix to be used for the nametoString()vendorExtensions(Map<String, Object> vendorExtensions) wrapped()MAY be used only for an array definition.MAY be used only for an array definition.
-
Felddetails
-
attribute
Declares whether the property definition translates to an attribute instead of an element. Default value is false -
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 -
namespace
The URI of the namespace definition -
prefix
The prefix to be used for the name -
vendorExtensions
-
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
-
-
Konstruktordetails
-
Xml
Constructs a validated instance ofXml.- Parameter:
spec- the specification to process
-
Xml
@Internal public Xml(Boolean attribute, String name, String namespace, String prefix, Map<String, Object> vendorExtensions, Boolean wrapped) Constructs a validated instance ofXml.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Xml(Consumer)instead.- Parameter:
attribute- Declares whether the property definition translates to an attribute instead of an element. Default value is falsename- 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 ignorednamespace- The URI of the namespace definitionprefix- The prefix to be used for the namevendorExtensions- vendorExtensionswrapped- 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
-
Xml
protected Xml()
-
-
Methodendetails
-
builder
-
attribute
Declares whether the property definition translates to an attribute instead of an element. Default value is false -
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 -
namespace
The URI of the namespace definition -
prefix
The prefix to be used for the name -
vendorExtensions
-
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 -
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.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-