Namespace: |
|
Content: |
complex, 14 elements |
Defined: |
globally in ssj.xsd, see XML source |
Includes: |
definitions of 14 elements |
Used: |
at 2 locations |
XML Representation Summary | |||||
<...> | |||||
|
|||||
</...> |
The following code fragment gives an example of properties.
<properties> <string name="Title" value="This is a title"/> <integer name="number" value="22"/> <durationList name="list"> <value>PT2S PT5S</value> </durationList> </properties>
The ParamReadHelper class provides the unmarshalProperties method which allows to convert an instance of the class derived by JAXB from this complex type to a more convenient Java Map instance. The reverse transformation can be accomplished using the marshalProperties method.
<xsd:complexType name="PropertiesParams"> <xsd:sequence> <xsd:choice maxOccurs="unbounded" minOccurs="0"> </xsd:choice> </xsd:sequence> </xsd:complexType> |
Type: |
ssj:BooleanProperty, empty content |
Defined: |
<xsd:element name="boolean" type="ssj:BooleanProperty"/> |
Type: |
ssj:BooleanArrayProperty, complex content |
Defined: |
<xsd:element name="booleanArray" type="ssj:BooleanArrayProperty"/> |
Type: |
ssj:BooleanListProperty, complex content |
Defined: |
<xsd:element name="booleanList" type="ssj:BooleanListProperty"/> |
Type: |
ssj:DateTimeProperty, empty content |
Defined: |
<xsd:element name="dateTime" type="ssj:DateTimeProperty"/> |
Type: |
ssj:DurationProperty, empty content |
Defined: |
<xsd:element name="duration" type="ssj:DurationProperty"/> |
Type: |
ssj:DurationListProperty, complex content |
Defined: |
<xsd:element name="durationList" type="ssj:DurationListProperty"/> |
Type: |
ssj:IntegerProperty, empty content |
Defined: |
<xsd:element name="integer" type="ssj:IntegerProperty"/> |
Type: |
ssj:IntegerArrayProperty, complex content |
Defined: |
<xsd:element name="integerArray" type="ssj:IntegerArrayProperty"/> |
Type: |
ssj:IntegerListProperty, complex content |
Defined: |
<xsd:element name="integerList" type="ssj:IntegerListProperty"/> |
Type: |
ssj:NumberProperty, empty content |
Defined: |
<xsd:element name="number" type="ssj:NumberProperty"/> |
Type: |
ssj:NumberArrayProperty, complex content |
Defined: |
<xsd:element name="numberArray" type="ssj:NumberArrayProperty"/> |
Type: |
ssj:NumberListProperty, complex content |
Defined: |
<xsd:element name="numberList" type="ssj:NumberListProperty"/> |
Type: |
ssj:StringProperty, empty content |
Defined: |
<xsd:element name="string" type="ssj:StringProperty"/> |
Type: |
ssj:StringListProperty, complex content |
Defined: |
<xsd:element name="stringList" type="ssj:StringListProperty"/> |
XML Schema documentation generated with DocFlex/XML (Kit) v1.6.8 DocFlex/XML (Kit) is a freeware edition of DocFlex/XML, which is a powerful template-driven documentation and report generator from any data stored in XML files. Based on an innovative technology developed by FILIGRIS WORKS, this new tool offers virtuoso data querying and formatting capabilities not found in anything else! Need to convert your XML data into a clear nice-looking documentation or reports? Web-ready hypertext HTML or printable MS Word / OpenOffice.org friendly RTF? DocFlex/XML may be a cheap, quick and effective solution exactly for this task! Have questions? Not sure how to use it? Just send us e-mail to contact@filigris.com and we are always happy to help you! See also our services at www.filigris.com |