public class ExternalConnectionInBlockDiagram extends Object
Java class for externalConnectionInBlockDiagram complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="externalConnectionInBlockDiagram">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="residue" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}short">
<minInclusive value="0"/>
</restriction>
</simpleType>
</attribute>
<attribute name="type" use="required">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="activation"/>
<enumeration value="activationMaybe"/>
<enumeration value="inhibition"/>
</restriction>
</simpleType>
</attribute>
<attribute name="predefined">
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}boolean">
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
predefined |
protected short |
residue |
protected String |
type |
| Constructor and Description |
|---|
ExternalConnectionInBlockDiagram() |
| Modifier and Type | Method and Description |
|---|---|
short |
getResidue()
Gets the value of the residue property.
|
String |
getType()
Gets the value of the type property.
|
Boolean |
isPredefined()
Gets the value of the predefined property.
|
void |
setPredefined(Boolean value)
Sets the value of the predefined property.
|
void |
setResidue(short value)
Sets the value of the residue property.
|
void |
setType(String value)
Sets the value of the type property.
|
protected short residue
protected String type
protected Boolean predefined
public short getResidue()
public void setResidue(short value)
public String getType()
Stringpublic void setType(String value)
value - allowed object is
Stringpublic Boolean isPredefined()
BooleanCopyright © 2018. All rights reserved.