|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xmlhammer.model.tools.xslt.Associated
public class Associated
Java class for associated element declaration.
The following schema fragment specifies the expected content contained within this class.
<element name="associated">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence maxOccurs="unbounded">
<element ref="{http://www.xmlhammer.org/2007/project}parameter"/>
</sequence>
<attribute name="charset" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="media" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="title" type="{http://www.w3.org/2001/XMLSchema}string" />
</restriction>
</complexContent>
</complexType>
</element>
| Field Summary | |
|---|---|
protected java.lang.String |
charset
|
protected java.lang.String |
media
|
protected java.util.List<Parameter> |
parameter
|
protected java.lang.String |
title
|
| Constructor Summary | |
|---|---|
Associated()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getCharset()
Gets the value of the charset property. |
java.lang.String |
getMedia()
Gets the value of the media property. |
java.util.List<Parameter> |
getParameter()
Gets the value of the parameter property. |
java.lang.String |
getTitle()
Gets the value of the title property. |
void |
setCharset(java.lang.String value)
Sets the value of the charset property. |
void |
setMedia(java.lang.String value)
Sets the value of the media property. |
void |
setTitle(java.lang.String value)
Sets the value of the title property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.util.List<Parameter> parameter
protected java.lang.String charset
protected java.lang.String media
protected java.lang.String title
| Constructor Detail |
|---|
public Associated()
| Method Detail |
|---|
public java.util.List<Parameter> getParameter()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the parameter property.
For example, to add a new item, do as follows:
getParameter().add(newItem);
Objects of the following type(s) are allowed in the list
Parameter
public java.lang.String getCharset()
Stringpublic void setCharset(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getMedia()
Stringpublic void setMedia(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTitle()
Stringpublic void setTitle(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||