edu.byu.deg.osmx.binding
Interface ConjunctionType

All Superinterfaces:
ModelElement
All Known Subinterfaces:
Conjunction
All Known Implementing Classes:
ConjunctionImpl, ConjunctionTypeImpl

public interface ConjunctionType
extends ModelElement

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

getStyle

public StyleType getStyle()
Returns:
possible object is StyleType

setStyle

public void setStyle(StyleType value)
Parameters:
value - allowed object is StyleType

isSetStyle

public boolean isSetStyle()

unsetStyle

public void unsetStyle()

getOrder

public int getOrder()

setOrder

public void setOrder(int value)

isSetOrder

public boolean isSetOrder()

unsetOrder

public void unsetOrder()

isPrior

public boolean isPrior()

setPrior

public void setPrior(boolean value)

isSetPrior

public boolean isSetPrior()

unsetPrior

public void unsetPrior()

getY

public int getY()

setY

public void setY(int value)

isSetY

public boolean isSetY()

unsetY

public void unsetY()

getName

public PositionedText getName()
Returns:
possible object is PositionedText

setName

public void setName(PositionedText value)
Parameters:
value - allowed object is PositionedText

isSetName

public boolean isSetName()

unsetName

public void unsetName()

getConjunctionConnection

public List getConjunctionConnection()
Gets the value of the ConjunctionConnection property. 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's any setter method for the ConjunctionConnection property. For example, to add a new item, do as follows:
    getConjunctionConnection().add(newItem);
 
Objects of the following type(s) are allowed in the list ConjunctionConnectionType


isSetConjunctionConnection

public boolean isSetConjunctionConnection()

unsetConjunctionConnection

public void unsetConjunctionConnection()

getX

public int getX()

setX

public void setX(int value)

isSetX

public boolean isSetX()

unsetX

public void unsetX()