|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Java content class for anonymous complex type.
The following schema fragment specifies the expected content contained within this java content object.
<complexType> <complexContent> <extension base="{http://www.deg.byu.edu/xml/osmx.xsd}ModelElement"> <sequence> <element ref="{http://www.deg.byu.edu/xml/osmx.xsd}Style" minOccurs="0"/> <element name="Name" type="{http://www.deg.byu.edu/xml/osmx.xsd}PositionedText" minOccurs="0"/> <element ref="{http://www.deg.byu.edu/xml/osmx.xsd}ConjunctionConnection" maxOccurs="unbounded" minOccurs="2"/> </sequence> <attGroup ref="{http://www.deg.byu.edu/xml/osmx.xsd}graphicalElementAttributes"/> <attribute name="prior" type="{http://www.deg.byu.edu/xml/osmx.xsd}ExtendedBoolean" /> </extension> </complexContent> </complexType>
Method Summary | |
List |
getConjunctionConnection()
Gets the value of the ConjunctionConnection property. |
PositionedText |
getName()
|
int |
getOrder()
|
StyleType |
getStyle()
|
int |
getX()
|
int |
getY()
|
boolean |
isPrior()
|
boolean |
isSetConjunctionConnection()
|
boolean |
isSetName()
|
boolean |
isSetOrder()
|
boolean |
isSetPrior()
|
boolean |
isSetStyle()
|
boolean |
isSetX()
|
boolean |
isSetY()
|
void |
setName(PositionedText value)
|
void |
setOrder(int value)
|
void |
setPrior(boolean value)
|
void |
setStyle(StyleType value)
|
void |
setX(int value)
|
void |
setY(int value)
|
void |
unsetConjunctionConnection()
|
void |
unsetName()
|
void |
unsetOrder()
|
void |
unsetPrior()
|
void |
unsetStyle()
|
void |
unsetX()
|
void |
unsetY()
|
Methods inherited from interface edu.byu.deg.osmx.binding.ModelElement |
getId, isSetId, setId, unsetId |
Method Detail |
public StyleType getStyle()
StyleType
public void setStyle(StyleType value)
value
- allowed object is
StyleType
public boolean isSetStyle()
public void unsetStyle()
public int getOrder()
public void setOrder(int value)
public boolean isSetOrder()
public void unsetOrder()
public boolean isPrior()
public void setPrior(boolean value)
public boolean isSetPrior()
public void unsetPrior()
public int getY()
public void setY(int value)
public boolean isSetY()
public void unsetY()
public PositionedText getName()
PositionedText
public void setName(PositionedText value)
value
- allowed object is
PositionedText
public boolean isSetName()
public void unsetName()
public List getConjunctionConnection()
getConjunctionConnection().add(newItem);Objects of the following type(s) are allowed in the list
ConjunctionConnectionType
public boolean isSetConjunctionConnection()
public void unsetConjunctionConnection()
public int getX()
public void setX(int value)
public boolean isSetX()
public void unsetX()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |