|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.Component.EnumeratedValues.EnumeratedValue
public static class EnumeratedValues.EnumeratedValue
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}nameGroup"/> <element name="value" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}scaledInteger"/> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}vendorExtensions" minOccurs="0"/> </sequence> <attribute name="usage" default="read-write"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="read"/> <enumeration value="write"/> <enumeration value="read-write"/> </restriction> </simpleType> </attribute> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
EnumeratedValues.EnumeratedValue()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Gets the value of the description property. |
java.lang.String |
getDisplayName()
Gets the value of the displayName property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getUsage()
Gets the value of the usage property. |
java.lang.String |
getValue()
Gets the value of the value property. |
VendorExtensions |
getVendorExtensions()
Gets the value of the vendorExtensions property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setDisplayName(java.lang.String value)
Sets the value of the displayName property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setUsage(java.lang.String value)
Sets the value of the usage property. |
void |
setValue(java.lang.String value)
Sets the value of the value property. |
void |
setVendorExtensions(VendorExtensions value)
Sets the value of the vendorExtensions property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnumeratedValues.EnumeratedValue()
Method Detail |
---|
public java.lang.String getName()
String
public void setName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDisplayName()
String
public void setDisplayName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getValue()
String
public void setValue(java.lang.String value)
value
- allowed object is
String
public VendorExtensions getVendorExtensions()
VendorExtensions
public void setVendorExtensions(VendorExtensions value)
value
- allowed object is
VendorExtensions
public java.lang.String getUsage()
String
public void setUsage(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 |