public class ViaCommon extends Object
Java class for ViaCommon complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="ViaCommon">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="commonIdent" type="{http://www.arinc424.com/xml/datatypes}CoreIdentifier"/>
         <element name="toFIxRef" type="{http://www.arinc424.com/xml/datatypes}PointReference"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 | Modifier and Type | Field and Description | 
|---|---|
| protected String | commonIdent | 
| protected PointReference | toFIxRef | 
| Constructor and Description | 
|---|
| ViaCommon() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCommonIdent()Gets the value of the commonIdent property. | 
| PointReference | getToFIxRef()Gets the value of the toFIxRef property. | 
| void | setCommonIdent(String value)Sets the value of the commonIdent property. | 
| void | setToFIxRef(PointReference value)Sets the value of the toFIxRef property. | 
protected String commonIdent
protected PointReference toFIxRef
public String getCommonIdent()
Stringpublic void setCommonIdent(String value)
value - allowed object is
     Stringpublic PointReference getToFIxRef()
PointReferencepublic void setToFIxRef(PointReference value)
value - allowed object is
     PointReferenceCopyright © 2017. All rights reserved.