complexType "ssj:PropertiesParams"
Namespace:
Content:
complex, 14 elements
Defined:
globally in ssj.xsd, see XML source
Includes:
definitions of 14 elements
Used:
XML Representation Summary
<...>
   
Content: 
</...>
Content Elements (14):
All Direct / Indirect Based Elements (2):
Known Usage Locations
Annotation
Represents a set of properties associated with some entity. Each property is represented by a child element with a name attribute giving its name, and a value attribute or element setting its value. The name of the child element describing the property gives information about the type of the value, which can be a string, a number, etc. An element of type PropertiesParams can have an arbitrary number of properties. The exact meaning of the properties depends on the entity having these properties.

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.

XML Source (w/o annotations (2); see schema source)
<xsd:complexType name="PropertiesParams">
<xsd:sequence>
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="boolean" type="ssj:BooleanProperty"/>
<xsd:element name="string" type="ssj:StringProperty"/>
<xsd:element name="integer" type="ssj:IntegerProperty"/>
<xsd:element name="number" type="ssj:NumberProperty"/>
<xsd:element name="duration" type="ssj:DurationProperty"/>
<xsd:element name="dateTime" type="ssj:DateTimeProperty"/>
<xsd:element name="booleanList" type="ssj:BooleanListProperty"/>
<xsd:element name="booleanArray" type="ssj:BooleanArrayProperty"/>
<xsd:element name="stringList" type="ssj:StringListProperty"/>
<xsd:element name="integerList" type="ssj:IntegerListProperty"/>
<xsd:element name="integerArray" type="ssj:IntegerArrayProperty"/>
<xsd:element name="numberList" type="ssj:NumberListProperty"/>
<xsd:element name="numberArray" type="ssj:NumberArrayProperty"/>
<xsd:element name="durationList" type="ssj:DurationListProperty"/>
</xsd:choice>
</xsd:sequence>
</xsd:complexType>
Content Element Detail
boolean
Type:
ssj:BooleanProperty, empty content
Defined:
locally, within (this) ssj:PropertiesParams complexType
XML Source (see schema source)
<xsd:element name="boolean" type="ssj:BooleanProperty"/>

booleanArray
Type:
ssj:BooleanArrayProperty, complex content
Defined:
locally, within (this) ssj:PropertiesParams complexType
XML Source (see schema source)
<xsd:element name="booleanArray" type="ssj:BooleanArrayProperty"/>

booleanList
Type:
ssj:BooleanListProperty, complex content
Defined:
locally, within (this) ssj:PropertiesParams complexType
XML Source (see schema source)
<xsd:element name="booleanList" type="ssj:BooleanListProperty"/>

dateTime
Type:
ssj:DateTimeProperty, empty content
Defined:
locally, within (this) ssj:PropertiesParams complexType
XML Source (see schema source)
<xsd:element name="dateTime" type="ssj:DateTimeProperty"/>

duration
Type:
ssj:DurationProperty, empty content
Defined:
locally, within (this) ssj:PropertiesParams complexType
XML Source (see schema source)
<xsd:element name="duration" type="ssj:DurationProperty"/>

durationList
Type:
ssj:DurationListProperty, complex content
Defined:
locally, within (this) ssj:PropertiesParams complexType
XML Source (see schema source)
<xsd:element name="durationList" type="ssj:DurationListProperty"/>

integer
Type:
ssj:IntegerProperty, empty content
Defined:
locally, within (this) ssj:PropertiesParams complexType
XML Source (see schema source)
<xsd:element name="integer" type="ssj:IntegerProperty"/>

integerArray
Type:
ssj:IntegerArrayProperty, complex content
Defined:
locally, within (this) ssj:PropertiesParams complexType
XML Source (see schema source)
<xsd:element name="integerArray" type="ssj:IntegerArrayProperty"/>

integerList
Type:
ssj:IntegerListProperty, complex content
Defined:
locally, within (this) ssj:PropertiesParams complexType
XML Source (see schema source)
<xsd:element name="integerList" type="ssj:IntegerListProperty"/>

number
Type:
ssj:NumberProperty, empty content
Defined:
locally, within (this) ssj:PropertiesParams complexType
XML Source (see schema source)
<xsd:element name="number" type="ssj:NumberProperty"/>

numberArray
Type:
ssj:NumberArrayProperty, complex content
Defined:
locally, within (this) ssj:PropertiesParams complexType
XML Source (see schema source)
<xsd:element name="numberArray" type="ssj:NumberArrayProperty"/>

numberList
Type:
ssj:NumberListProperty, complex content
Defined:
locally, within (this) ssj:PropertiesParams complexType
XML Source (see schema source)
<xsd:element name="numberList" type="ssj:NumberListProperty"/>

string
Type:
ssj:StringProperty, empty content
Defined:
locally, within (this) ssj:PropertiesParams complexType
XML Source (see schema source)
<xsd:element name="string" type="ssj:StringProperty"/>

stringList
Type:
ssj:StringListProperty, complex content
Defined:
locally, within (this) ssj:PropertiesParams complexType
XML Source (see schema source)
<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