|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.Component.GeneratorChain.GeneratorChainSelector
public static class GeneratorChain.GeneratorChainSelector
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"> <choice> <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}groupSelector"/> <element name="generatorChainRef" type="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}libraryRefType"/> </choice> <attribute name="unique" type="{http://www.w3.org/2001/XMLSchema}boolean" default="false" /> </restriction> </complexContent> </complexType>
Constructor Summary | |
---|---|
GeneratorChain.GeneratorChainSelector()
|
Method Summary | |
---|---|
LibraryRefType |
getGeneratorChainRef()
Gets the value of the generatorChainRef property. |
GroupSelector |
getGroupSelector()
Gets the value of the groupSelector property. |
boolean |
isUnique()
Gets the value of the unique property. |
void |
setGeneratorChainRef(LibraryRefType value)
Sets the value of the generatorChainRef property. |
void |
setGroupSelector(GroupSelector value)
Sets the value of the groupSelector property. |
void |
setUnique(java.lang.Boolean value)
Sets the value of the unique property. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeneratorChain.GeneratorChainSelector()
Method Detail |
---|
public GroupSelector getGroupSelector()
GroupSelector
public void setGroupSelector(GroupSelector value)
value
- allowed object is
GroupSelector
public LibraryRefType getGeneratorChainRef()
LibraryRefType
public void setGeneratorChainRef(LibraryRefType value)
value
- allowed object is
LibraryRefType
public boolean isUnique()
Boolean
public void setUnique(java.lang.Boolean value)
value
- allowed object is
Boolean
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |