|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.plasma.xml.sdox.Property
public class Property
Java class for Property complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Property">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="aliasName" type="{commonj.sdo}String" maxOccurs="unbounded" minOccurs="0"/>
<any/>
</sequence>
<attribute name="name" type="{commonj.sdo}String" />
<attribute name="many" type="{commonj.sdo}Boolean" />
<attribute name="containment" type="{commonj.sdo}Boolean" />
<attribute name="default" type="{commonj.sdo}String" />
<attribute name="readOnly" type="{commonj.sdo}Boolean" />
<attribute name="type" type="{commonj.sdo}URI" />
<attribute name="opposite" type="{commonj.sdo}URI" />
<attribute name="nullable" type="{commonj.sdo}Boolean" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected java.lang.String |
_default
|
protected java.util.List<java.lang.String> |
aliasNames
|
protected java.util.List<org.w3c.dom.Element> |
anies
|
protected java.lang.Boolean |
containment
|
protected java.lang.Boolean |
many
|
protected java.lang.String |
name
|
protected java.lang.Boolean |
nullable
|
protected java.lang.String |
opposite
|
protected java.lang.Boolean |
readOnly
|
protected java.lang.String |
type
|
| Constructor Summary | |
|---|---|
Property()
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.String> |
getAliasNames()
Gets the value of the aliasNames property. |
java.util.List<org.w3c.dom.Element> |
getAnies()
Gets the value of the anies property. |
java.lang.String |
getDefault()
Gets the value of the default property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getOpposite()
Gets the value of the opposite property. |
java.util.Map<javax.xml.namespace.QName,java.lang.String> |
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class. |
java.lang.String |
getType()
Gets the value of the type property. |
java.lang.Boolean |
isContainment()
Gets the value of the containment property. |
java.lang.Boolean |
isMany()
Gets the value of the many property. |
java.lang.Boolean |
isNullable()
Gets the value of the nullable property. |
java.lang.Boolean |
isReadOnly()
Gets the value of the readOnly property. |
void |
setContainment(java.lang.Boolean value)
Sets the value of the containment property. |
void |
setDefault(java.lang.String value)
Sets the value of the default property. |
void |
setMany(java.lang.Boolean value)
Sets the value of the many property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setNullable(java.lang.Boolean value)
Sets the value of the nullable property. |
void |
setOpposite(java.lang.String value)
Sets the value of the opposite property. |
void |
setReadOnly(java.lang.Boolean value)
Sets the value of the readOnly property. |
void |
setType(java.lang.String value)
Sets the value of the type 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<java.lang.String> aliasNames
protected java.util.List<org.w3c.dom.Element> anies
protected java.lang.String name
protected java.lang.Boolean many
protected java.lang.Boolean containment
protected java.lang.String _default
protected java.lang.Boolean readOnly
protected java.lang.String type
protected java.lang.String opposite
protected java.lang.Boolean nullable
| Constructor Detail |
|---|
public Property()
| Method Detail |
|---|
public java.util.List<java.lang.String> getAliasNames()
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 aliasNames property.
For example, to add a new item, do as follows:
getAliasNames().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.util.List<org.w3c.dom.Element> getAnies()
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 anies property.
For example, to add a new item, do as follows:
getAnies().add(newItem);
Objects of the following type(s) are allowed in the list
Element
public java.lang.String getName()
Stringpublic void setName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isMany()
Booleanpublic void setMany(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Boolean isContainment()
Booleanpublic void setContainment(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getDefault()
Stringpublic void setDefault(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isReadOnly()
Booleanpublic void setReadOnly(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.String getType()
Stringpublic void setType(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getOpposite()
Stringpublic void setOpposite(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Boolean isNullable()
Booleanpublic void setNullable(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
the map is keyed by the name of the attribute and the value is the string value of the attribute. the map returned by this method is live, and you can add new attribute by updating the map directly. Because of this design, there's no setter.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||