public GrantNodeID.JAUSApplicationLayerHeader setJAUSApplicationLayerHeader(JAUSApplicationLayerHeader value) { m_HeaderRec = value.getHeaderRec(); m_HeaderRec.setParent(this); return(this); }
public bool isEqual(JAUSApplicationLayerHeader value) { if (!this.getHeaderRec().isEqual(value.getHeaderRec())) { return(false); } return(true); }
public JAUSApplicationLayerHeader(JAUSApplicationLayerHeader value) { /// Initiliaze the protected variables m_HeaderRec = new HeaderRec(); m_HeaderRec.setParent(this); /// Copy the values m_HeaderRec = value.getHeaderRec(); m_HeaderRec.setParent(this); }