Package org.w3._1999.xhtml
Class Param
java.lang.Object
org.w3._1999.xhtml.Param
<p>Java class for anonymous complex type</p>.
<p>The following schema fragment specifies the expected content contained within this class.</p>
<pre>{@code
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
<attribute name="name" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="value" type="{http://www.w3.org/2001/XMLSchema}anySimpleType" />
<attribute name="valuetype" default="data">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="data"/>
<enumeration value="ref"/>
<enumeration value="object"/>
</restriction>
</simpleType>
</attribute>
<attribute name="type" type="{http://www.w3.org/1999/xhtml}ContentType" />
</restriction>
</complexContent>
</complexType>
}</pre>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the value of the id property.getName()Gets the value of the name property.getType()Gets the value of the type property.getValue()Gets the value of the value property.Gets the value of the valuetype property.voidSets the value of the id property.voidSets the value of the name property.voidSets the value of the type property.voidSets the value of the value property.voidsetValuetype(String value) Sets the value of the valuetype property.
-
Field Details
-
id
-
name
-
value
-
valuetype
-
type
-
-
Constructor Details
-
Param
public Param()
-
-
Method Details
-
getId
Gets the value of the id property.- Returns:
- possible object is
String
-
setId
Sets the value of the id property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name property.- Returns:
- possible object is
String
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isString
-
getValue
Gets the value of the value property.- Returns:
- possible object is
String
-
setValue
Sets the value of the value property.- Parameters:
value- allowed object isString
-
getValuetype
Gets the value of the valuetype property.- Returns:
- possible object is
String
-
setValuetype
Sets the value of the valuetype property.- Parameters:
value- allowed object isString
-
getType
Gets the value of the type property.- Returns:
- possible object is
String
-
setType
Sets the value of the type property.- Parameters:
value- allowed object isString
-