|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.eu.miscedautils.ipxact.Abstractor.GeneratorType
com.eu.miscedautils.ipxact.Abstractor.InstanceGeneratorType
public class InstanceGeneratorType
Java class for instanceGeneratorType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="instanceGeneratorType"> <complexContent> <extension base="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}generatorType"> <sequence> <element name="group" type="{http://www.w3.org/2001/XMLSchema}Name" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="scope" default="instance"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="instance"/> <enumeration value="entity"/> </restriction> </simpleType> </attribute> </extension> </complexContent> </complexType>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.eu.miscedautils.ipxact.Abstractor.GeneratorType |
---|
GeneratorType.TransportMethods |
Constructor Summary | |
---|---|
InstanceGeneratorType()
|
Method Summary | |
---|---|
java.util.List<java.lang.String> |
getGroup()
Gets the value of the group property. |
java.lang.String |
getScope()
Gets the value of the scope property. |
void |
setScope(java.lang.String value)
Sets the value of the scope property. |
Methods inherited from class com.eu.miscedautils.ipxact.Abstractor.GeneratorType |
---|
getApiType, getDescription, getDisplayName, getGeneratorExe, getName, getParameters, getPhase, getTransportMethods, getVendorExtensions, isHidden, setApiType, setDescription, setDisplayName, setGeneratorExe, setHidden, setName, setParameters, setPhase, setTransportMethods, setVendorExtensions |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InstanceGeneratorType()
Method Detail |
---|
public java.util.List<java.lang.String> getGroup()
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 group property.
For example, to add a new item, do as follows:
getGroup().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getScope()
String
public void setScope(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 |