com.eu.miscedautils.ipxact.Abstractor
Class BusInterfaceType.Monitor

java.lang.Object
  extended by com.eu.miscedautils.ipxact.Abstractor.BusInterfaceType.Monitor
Enclosing class:
BusInterfaceType

public static class BusInterfaceType.Monitor
extends java.lang.Object

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">
       <sequence>
         <element ref="{http://www.spiritconsortium.org/XMLSchema/SPIRIT/1685-2009}group" minOccurs="0"/>
       </sequence>
       <attribute name="interfaceMode" use="required">
         <simpleType>
           <restriction base="{http://www.w3.org/2001/XMLSchema}token">
             <enumeration value="master"/>
             <enumeration value="slave"/>
             <enumeration value="system"/>
             <enumeration value="mirroredMaster"/>
             <enumeration value="mirroredSlave"/>
             <enumeration value="mirroredSystem"/>
           </restriction>
         </simpleType>
       </attribute>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
BusInterfaceType.Monitor()
           
 
Method Summary
 java.lang.String getGroup()
          Indicates which system interface is being monitored.
 java.lang.String getInterfaceMode()
          Gets the value of the interfaceMode property.
 void setGroup(java.lang.String value)
          Sets the value of the group property.
 void setInterfaceMode(java.lang.String value)
          Sets the value of the interfaceMode property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BusInterfaceType.Monitor

public BusInterfaceType.Monitor()
Method Detail

getGroup

public java.lang.String getGroup()
Indicates which system interface is being monitored. Name must match a group name present on one or more ports in the corresonding bus definition.

Returns:
possible object is String

setGroup

public void setGroup(java.lang.String value)
Sets the value of the group property.

Parameters:
value - allowed object is String

getInterfaceMode

public java.lang.String getInterfaceMode()
Gets the value of the interfaceMode property.

Returns:
possible object is String

setInterfaceMode

public void setInterfaceMode(java.lang.String value)
Sets the value of the interfaceMode property.

Parameters:
value - allowed object is String